Fix typo in lib.rs of proc_macro

This commit is contained in:
Jonathan Jensen 2024-03-12 13:35:14 +01:00
parent 5b7343b966
commit 34e59f49d5

View file

@ -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]`