]> git.lizzy.rs Git - rust.git/commitdiff
Rename `syntax` in librustc_ast/README.md
authorLeSeulArtichaut <leseulartichaut@gmail.com>
Sun, 1 Mar 2020 22:56:03 +0000 (23:56 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Mar 2020 22:56:03 +0000 (23:56 +0100)
src/librustc_ast/README.md

index daa252ef4551b38715776b9a1a71a862c17727c9..d62e5a5ece0bf7e43ba6e0fb9acaff2d1380062f 100644 (file)
@@ -1,4 +1,4 @@
-The `syntax` crate contains those things concerned purely with syntax
+The `rustc_ast` crate contains those things concerned purely with syntax
 – that is, the AST ("abstract syntax tree"), parser, pretty-printer,
 lexer, macro expander, and utilities for traversing ASTs.