aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/client_impl/movement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/client_impl/movement.rs')
-rw-r--r--azalea/src/client_impl/movement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/client_impl/movement.rs b/azalea/src/client_impl/movement.rs
index 6532997d..905f8b75 100644
--- a/azalea/src/client_impl/movement.rs
+++ b/azalea/src/client_impl/movement.rs
@@ -79,7 +79,7 @@ impl Client {
/// Start sprinting in the given direction.
///
- /// o stop moving, call [`bot.walk(WalkDirection::None)`](Self::walk)
+ /// To stop moving, call [`bot.walk(WalkDirection::None)`](Self::walk).
///
/// # Example
///