Skip to content

Commit 15411fb

Browse files
committed
Fix typos in libsyntax/tokenstream.rs
1 parent 9f70557 commit 15411fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/tokenstream.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! expansion).
1818
//!
1919
//! ## Ownership
20-
//! TokenStreams are persistant data structures construced as ropes with reference
20+
//! TokenStreams are persistent data structures constructed as ropes with reference
2121
//! counted-children. In general, this means that calling an operation on a TokenStream
2222
//! (such as `slice`) produces an entirely new TokenStream from the borrowed reference to
2323
//! the original. This essentially coerces TokenStreams into 'views' of their subparts,

0 commit comments

Comments
 (0)