doc: fix trivial typo

This commit is contained in:
Josh Levine 2022-01-09 04:19:26 -05:00 committed by GitHub
parent b2d26380f2
commit 1637d75d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 :=