update for notation

This commit is contained in:
Niko Matsakis 2018-03-10 05:45:36 -05:00
parent 71e867a8ac
commit 32c471b278
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ result, we'll have an array of values for the canonical inputs. For
example, the canonical result might be:
```
for<2> {
for<?0, ?1> {
values = [ Vec<?0>, '1, ?0 ]
^^ ^^ ^^ these are variables in the result!
...