summaryrefslogtreecommitdiff
path: root/src/syntax/span.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/span.rs')
-rw-r--r--src/syntax/span.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/span.rs b/src/syntax/span.rs
index d19d4c18..9eb80d92 100644
--- a/src/syntax/span.rs
+++ b/src/syntax/span.rs
@@ -76,7 +76,7 @@ pub struct Span {
}
impl Span {
- /// A dummy span.
+ /// The zero span.
pub const ZERO: Span = Span { start: Position::ZERO, end: Position::ZERO };
/// Create a new span from start and end positions.