doc: fix trivial typo
This commit is contained in:
parent
b2d26380f2
commit
1637d75d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def g (c : Bool) (x : Nat) : Nat :=
|
|||
```
|
||||
In the following example, we use the macro `dbg_trace` to demonstrate
|
||||
that the Lean runtime caches the value computed by a `Thunk`.
|
||||
We remark that the macro `dbg_trace` should be use for debugging purposes
|
||||
We remark that the macro `dbg_trace` should be used for debugging purposes
|
||||
only.
|
||||
```lean
|
||||
def add1 (x : Nat) : Nat :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue