Skip to content

Commit

Permalink
Fix copy-paste mistake
Browse files Browse the repository at this point in the history
Fixes #37
  • Loading branch information
david-christiansen committed Jul 17, 2022
1 parent 36a7b06 commit 0a6ebbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ For instance, `{{#example_in Examples/Intro.lean pointPosEvalNoType}}` yields th
{{#example_out Examples/Intro.lean pointPosEvalNoType}}
```
The metavariable in the error is because there is no type information available.
Adding an annotation, such as in `{{#example_in Examples/Intro.lean pointPosEvalNoType}}`, solves the problem:
Adding an annotation, such as in `{{#example_in Examples/Intro.lean pointPosWithType}}`, solves the problem:
```Lean info
{{#example_out Examples/Intro.lean pointPosEvalNoType}}
{{#example_out Examples/Intro.lean pointPosWithType}}
```


Expand Down

0 comments on commit 0a6ebbe

Please sign in to comment.