We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 010c3e2 + 15411fb commit c81c1d6Copy full SHA for c81c1d6
src/libsyntax/tokenstream.rs
@@ -17,7 +17,7 @@
17
//! expansion).
18
//!
19
//! ## Ownership
20
-//! TokenStreams are persistant data structures construced as ropes with reference
+//! TokenStreams are persistent data structures constructed as ropes with reference
21
//! counted-children. In general, this means that calling an operation on a TokenStream
22
//! (such as `slice`) produces an entirely new TokenStream from the borrowed reference to
23
//! the original. This essentially coerces TokenStreams into 'views' of their subparts,
0 commit comments