Skip to content

Commit

Permalink
improve wording on doc for azalea::pathfinder
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 15, 2023
1 parent a94d795 commit 46dd91c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azalea/src/pathfinder/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! A pathfinding plugin to make bots navigate the world. A lot of this code is
//! based on [Baritone](https://github.com/cabaletta/baritone).
//! A pathfinding plugin to make bots able to traverse the world.
//!
//! Much of this code is based on [Baritone](https://github.com/cabaletta/baritone).
pub mod astar;
pub mod costs;
Expand Down

0 comments on commit 46dd91c

Please sign in to comment.