Skip to content

Commit 3a9baca

Browse files
committed
Fix typos
1 parent e742d20 commit 3a9baca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/proof3/gen/proof_spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"args": {
181181
"concl": "Sequent"
182182
},
183-
"doc": "`trivial (G,t ?- t, _)` proves `(G,t|-t, …)`"
183+
"doc": "`trivial (G, t ?- t, _)` proves `(G, t |- t, …)`"
184184
},
185185
{
186186
"name": "and_elim",

src/lib/proof3/types.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type proof_step =
6161
| Trivial of {
6262
concl: Imandrax_api_mir.Sequent.t
6363
}
64-
(** [trivial (G,t ?- t, _)] proves [(G,t|-t, …)] *)
64+
(** [trivial (G, t ?- t, _)] proves [(G, t |- t, …)] *)
6565
| And_elim of {
6666
concl: Imandrax_api_mir.Sequent.t;
6767
lhs: proof_step offset_for;

0 commit comments

Comments
 (0)