summaryrefslogtreecommitdiff
path: root/src/syntax.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.rs')
-rw-r--r--src/syntax.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.rs b/src/syntax.rs
index 38e5a60e..56e11605 100644
--- a/src/syntax.rs
+++ b/src/syntax.rs
@@ -1,4 +1,4 @@
-//! Token and abstract syntax tree representations.
+//! Tokenized and syntax tree representations of source code.
/// A logical unit of the incoming text stream.