aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/command_dispatcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-brigadier/src/command_dispatcher.rs')
-rw-r--r--azalea-brigadier/src/command_dispatcher.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/azalea-brigadier/src/command_dispatcher.rs b/azalea-brigadier/src/command_dispatcher.rs
index d9a45132..a2024139 100644
--- a/azalea-brigadier/src/command_dispatcher.rs
+++ b/azalea-brigadier/src/command_dispatcher.rs
@@ -173,8 +173,10 @@ impl<S> CommandDispatcher<S> {
})
}
- /// Parse and execute the command using the given input and context. The
- /// number returned depends on the command, and may not be of significance.
+ /// Parse and execute the command using the given input and context.
+ ///
+ /// The number returned depends on the command, and may not be of
+ /// significance.
///
/// This is a shortcut for `Self::parse` and `Self::execute_parsed`.
pub fn execute(