diff --git a/api/src/main/java/com/viaversion/viaversion/api/protocol/ProtocolManager.java b/api/src/main/java/com/viaversion/viaversion/api/protocol/ProtocolManager.java
index 9f3f5bd7f..a3a7dcb50 100644
--- a/api/src/main/java/com/viaversion/viaversion/api/protocol/ProtocolManager.java
+++ b/api/src/main/java/com/viaversion/viaversion/api/protocol/ProtocolManager.java
@@ -152,14 +152,14 @@ public interface ProtocolManager {
*
* Negative examples if this returns true:
*
- * A possible path from 3 to 5 in order of 3->10->5 will be dismissed.
- * A possible path from 5 to 3 in order of 5->0->3 will be dismissed.
+ * A possible path from 3 to 5 in order of 3→10→5 will be dismissed.
+ * A possible path from 5 to 3 in order of 5→0→3 will be dismissed.
*
*
* Negative examples if this returns false:
*
- * While searching for a path from 3 to 5, 3->2->1 could be checked first before 3->4->5 is found.
- * While searching for a path from 5 to 3, 5->6->7 could be checked first before 5->4->3 is found.
+ * While searching for a path from 3 to 5, 3→2→1 could be checked first before 3→4→5 is found.
+ * While searching for a path from 5 to 3, 5→6→7 could be checked first before 5→4→3 is found.
*
*
* @return whether protocol path calculation expects the path to come closer to the expected version with each entry