Skip to content

Commit c20647e

Browse files
iluuu1994mark-i-m
authored andcommitted
Fix typo
1 parent 7f7d1d8 commit c20647e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queries/query-evaluation-model-in-detail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ not memoize the result.
7373

7474
When the query context is created, it is still empty: No queries have been
7575
executed, no results are cached. But the context already provides access to
76-
"input" data, i.e. pieces of immutable data that where computed before the
76+
"input" data, i.e. pieces of immutable data that were computed before the
7777
context was created and that queries can access to do their computations.
7878
Currently this input data consists mainly of the HIR map and the command-line
7979
options the compiler was invoked with. In the future, inputs will just consist

0 commit comments

Comments
 (0)