Skip to content

Commit

Permalink
Unrolled build for rust-lang#122380
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer authored Mar 12, 2024
2 parents 7de1a1f + 34e59f4 commit e1dadf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/proc_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub fn is_available() -> bool {

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

0 comments on commit e1dadf6

Please sign in to comment.