Skip to content

Commit 34e59f4

Browse files
committed
Fix typo in lib.rs of proc_macro
1 parent 5b7343b commit 34e59f4

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)