It looks like the high-level-overview was renamed (#721)
This commit is contained in:
parent
a3287df2ad
commit
e4c502318f
|
|
@ -10,7 +10,7 @@ the [def-id] of some item, will compute the type of that item and return
|
||||||
it to you.
|
it to you.
|
||||||
|
|
||||||
[def-id]: appendix/glossary.md#def-id
|
[def-id]: appendix/glossary.md#def-id
|
||||||
[hl]: high-level-overview.html
|
[hl]: compiler-src.html
|
||||||
|
|
||||||
Query execution is **memoized** – so the first time you invoke a
|
Query execution is **memoized** – so the first time you invoke a
|
||||||
query, it will go do the computation, but the next time, the result is
|
query, it will go do the computation, but the next time, the result is
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue