diff options
| -rw-r--r-- | library/proc_macro/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/proc_macro/src/lib.rs b/library/proc_macro/src/lib.rs index e37015f2c3b..063de6f5438 100644 --- a/library/proc_macro/src/lib.rs +++ b/library/proc_macro/src/lib.rs @@ -488,7 +488,7 @@ impl Span { Span(self.0.source()) } - /// Returns the spans byte position range in the source file. + /// Returns the span's byte position range in the source file. #[unstable(feature = "proc_macro_span", issue = "54725")] pub fn position(&self) -> Range<u32> { self.0.position() |
