Skip to content

Commit abc57ff

Browse files
fix: stray variable decl
Fixes #284
1 parent 5424941 commit abc57ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Manual/Tactics.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ This can be used to refer to local lemmas by their theorem statement rather than
272272
::::example "Assumptions by Type"
273273

274274
:::keepEnv
275-
```lean
275+
```lean (show := false)
276276
variable (n : Nat)
277277
```
278278
In the following proof, {tactic}`cases` is repeatedly used to analyze a number.

0 commit comments

Comments
 (0)