Merge pull request #1988 from scorbett123/patch1

fix typo in java-doc x2
This commit is contained in:
Leijurv 2020-09-07 13:18:52 -07:00 committed by GitHub
commit 8206b1673c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ public final class Settings {
/** /**
* Disable baritone's auto-tool at runtime, but still assume that another mod will provide auto tool functionality * Disable baritone's auto-tool at runtime, but still assume that another mod will provide auto tool functionality
* <p> * <p>
* Specifically, path calculation will still assume that an auto tool wil run at execution time, even though * Specifically, path calculation will still assume that an auto tool will run at execution time, even though
* Baritone itself will not do that. * Baritone itself will not do that.
*/ */
public final Setting<Boolean> assumeExternalAutoTool = new Setting<>(false); public final Setting<Boolean> assumeExternalAutoTool = new Setting<>(false);

View File

@ -75,7 +75,7 @@ public interface IBaritoneProcess {
* to start eating this tick. {@code PauseForAutoEatProcess} should only actually right click once onTick is called with * to start eating this tick. {@code PauseForAutoEatProcess} should only actually right click once onTick is called with
* {@code isSafeToCancel} true though. * {@code isSafeToCancel} true though.
* *
* @return Whethor or not if this control is temporary * @return Whether or not if this control is temporary
*/ */
boolean isTemporary(); boolean isTemporary();