File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Core/src/main/java/com/plotsquared/core/player Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ public int getClusterCount() {
355355 /**
356356 * {@return the world name at the player's contextual position}
357357 * The contextual position can be affected when using a command with
358- * an explicit plot override, e.g., ` /plot <id> info` .
358+ * an explicit plot override, e.g., {@code /plot <id> info} .
359359 */
360360 private @ NonNull String getContextualWorldName () {
361361 Plot current = getCurrentPlot ();
@@ -368,7 +368,7 @@ public int getClusterCount() {
368368 /**
369369 * {@return the plot area at the player's contextual position}
370370 * The contextual position can be affected when using a command with
371- * an explicit plot override, e.g., ` /plot <id> info` .
371+ * an explicit plot override, e.g., {@code /plot <id> info} .
372372 *
373373 * @since 7.5.9
374374 */
You can’t perform that action at this time.
0 commit comments