diff options
Diffstat (limited to 'azalea-brigadier/src/builder/required_argument_builder.rs')
| -rw-r--r-- | azalea-brigadier/src/builder/required_argument_builder.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/azalea-brigadier/src/builder/required_argument_builder.rs b/azalea-brigadier/src/builder/required_argument_builder.rs index 3fc33143..5aca8617 100644 --- a/azalea-brigadier/src/builder/required_argument_builder.rs +++ b/azalea-brigadier/src/builder/required_argument_builder.rs @@ -13,8 +13,9 @@ use crate::{ suggestion::{SuggestionProvider, Suggestions, SuggestionsBuilder}, }; -/// An argument node type. The `T` type parameter is the type of the argument, -/// which can be anything. +/// An argument node type. +/// +/// The `T` type parameter is the type of the argument, which can be anything. pub struct Argument<S> { pub name: String, parser: Arc<dyn ArgumentType + Send + Sync>, |
