Skip to content

Commit 98fe056

Browse files
camelidJohnTitor
andcommitted
Fix date
Co-authored-by: Yuki Okushi <[email protected]>
1 parent b1f655d commit 98fe056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Moreover, the compiler wasn't originally built to use a query system; the query
262262
system has been retrofitted into the compiler, so parts of it are not query-fied
263263
yet. Also, LLVM isn't our code, so that isn't querified either. The plan is to
264264
eventually query-fy all of the steps listed in the previous section,
265-
but as of <!-- date: 2021-11 --> February 2021, only the steps between HIR and
265+
but as of <!-- date: 2021-11 --> November 2021, only the steps between HIR and
266266
LLVM IR are query-fied. That is, lexing, parsing, name resolution, and macro
267267
expansion are done all at once for the whole program.
268268

0 commit comments

Comments
 (0)