diff --git a/src/lazy/raw_stream_item.rs b/src/lazy/raw_stream_item.rs index 6cd63c9d..ac1f0847 100644 --- a/src/lazy/raw_stream_item.rs +++ b/src/lazy/raw_stream_item.rs @@ -109,7 +109,7 @@ impl RawStreamItem { } } -/// Represents the end of a [`RawInputStream`]. +/// Represents the end of a raw input stream. /// /// This type implements [`HasRange`] and [`HasSpan`]. These traits aren't especially useful for the /// `EndPosition` type itself, but implementing them allows the `RawStreamItem` type (which contains