diff --git a/src/main/java/ru/bclib/api/datafixer/ForcedLevelPatch.java b/src/main/java/ru/bclib/api/datafixer/ForcedLevelPatch.java index c6ec75dc..34951454 100644 --- a/src/main/java/ru/bclib/api/datafixer/ForcedLevelPatch.java +++ b/src/main/java/ru/bclib/api/datafixer/ForcedLevelPatch.java @@ -37,7 +37,7 @@ public abstract class ForcedLevelPatch extends Patch { public PatchFunction getLevelDatPatcher() { return this::runLevelDatPatch; } /** - * Called with the contents of level.dat in {@Code root} + * Called with the contents of level.dat in {@code root} * @param root The contents of level.dat * @param profile The active migration profile * @return true, if the run did change the contents of root