We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf3d178 + 34e59f4 commit 8efdef6Copy full SHA for 8efdef6
library/proc_macro/src/lib.rs
@@ -73,7 +73,7 @@ pub fn is_available() -> bool {
73
74
/// The main type provided by this crate, representing an abstract stream of
75
/// tokens, or, more specifically, a sequence of token trees.
76
-/// The type provide interfaces for iterating over those token trees and, conversely,
+/// The type provides interfaces for iterating over those token trees and, conversely,
77
/// collecting a number of token trees into one stream.
78
///
79
/// This is both the input and output of `#[proc_macro]`, `#[proc_macro_attribute]`
0 commit comments