Skip to content

Commit 8efdef6

Browse files
Rollup merge of #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 cf3d178 + 34e59f4 commit 8efdef6

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)