summaryrefslogtreecommitdiff
path: root/dev/doc/notes-on-conversion
diff options
context:
space:
mode:
Diffstat (limited to 'dev/doc/notes-on-conversion')
-rw-r--r--dev/doc/notes-on-conversion2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/notes-on-conversion b/dev/doc/notes-on-conversion
index 6274275c..a81f170c 100644
--- a/dev/doc/notes-on-conversion
+++ b/dev/doc/notes-on-conversion
@@ -21,7 +21,7 @@ Notation OMEGA := (ack 4 4).
Definition f (x:nat) := x.
-(* Evaluation in tactics can somehow be controled *)
+(* Evaluation in tactics can somehow be controlled *)
Lemma l1 : OMEGA = OMEGA.
reflexivity. (* succeed: identity *)
Qed. (* succeed: identity *)