doc: missing word

This commit is contained in:
Sebastian Ullrich 2022-06-12 11:06:50 +02:00
parent 198179d0cc
commit 7a3ee51d05

View file

@ -20,7 +20,7 @@ this operator should be translated to after the arrow `=>`.
The precedence is a natural number describing how "tightly" an
operator binds to its arguments, encoding the order of operations. We
can make this more precise by looking at the commands above unfold to:
can make this more precise by looking at what the commands above unfold to:
```lean
notation:65 lhs:65 " + " rhs:66 => HAdd.hAdd lhs rhs