Skip to content

Commit c81c1d6

Browse files
committed
Auto merge of #39360 - osa1:typos, r=GuillaumeGomez
Fix typos in libsyntax/tokenstream.rs
2 parents 010c3e2 + 15411fb commit c81c1d6

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)