Skip to content

Commit e1dadf6

Browse files
authored
Unrolled build for rust-lang#122380
Rollup merge of rust-lang#122380 - Isotope-235:fork, r=petrochenkov Fix typo in lib.rs of proc_macro I believe I discovered a typo in the documentation of TokenStream while writing a procedural macro.
2 parents 7de1a1f + 34e59f4 commit e1dadf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/proc_macro/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub fn is_available() -> bool {
7373

7474
/// The main type provided by this crate, representing an abstract stream of
7575
/// tokens, or, more specifically, a sequence of token trees.
76-
/// The type provide interfaces for iterating over those token trees and, conversely,
76+
/// The type provides interfaces for iterating over those token trees and, conversely,
7777
/// collecting a number of token trees into one stream.
7878
///
7979
/// This is both the input and output of `#[proc_macro]`, `#[proc_macro_attribute]`

0 commit comments

Comments
 (0)