diff options
| author | mat <git@matdoes.dev> | 2025-02-01 21:35:11 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-01 21:35:11 +0000 |
| commit | 8d71577da8a66c8270ba2f09fabd73eef2228cea (patch) | |
| tree | e0b5d3cbb8f5acf8cc9474ae8c967391f3169c71 /azalea/src | |
| parent | 4562967b617589cb5aa7b401103e84fbb6b0775c (diff) | |
| download | azalea-drasl-8d71577da8a66c8270ba2f09fabd73eef2228cea.tar.xz | |
fix doc errors
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/pathfinder/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/pathfinder/mod.rs b/azalea/src/pathfinder/mod.rs index 0c926d03..ae23788b 100644 --- a/azalea/src/pathfinder/mod.rs +++ b/azalea/src/pathfinder/mod.rs @@ -337,7 +337,7 @@ pub struct CalculatePathOpts { pub goto_id_atomic: Arc<AtomicUsize>, pub allow_mining: bool, pub mining_cache: MiningCache, - /// Also see [`GotoEvent::deterministic_timeout`] + /// Also see [`GotoEvent::min_timeout`]. pub min_timeout: PathfinderTimeout, pub max_timeout: PathfinderTimeout, } |
