Fix typos

This commit is contained in:
N0tMyFaultOG 2020-10-09 20:50:12 +02:00
parent 209f25a5cf
commit 29b92659c7
3 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ public interface PermissionHolder {
} }
/** /**
* Check the the highest permission a PlotPlayer has within a specified range.<br> * Check the highest permission a PlotPlayer has within a specified range.<br>
* - Excessively high values will lag<br> * - Excessively high values will lag<br>
* - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}<br> * - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}<br>
* *

View File

@ -799,12 +799,12 @@ public abstract class PlotPlayer<P> implements CommandCaller, OfflinePlotPlayer,
} }
/** /**
* Send a title to to the player * Send a title to the player
* *
* @param title Title * @param title Title
* @param subtitle Subtitle * @param subtitle Subtitle
* @param fadeIn Fade in time (in ticks) * @param fadeIn Fade in time (in ticks)
* @param stay The the title stays for (in ticks) * @param stay The title stays for (in ticks)
* @param fadeOut Fade out time (in ticks) * @param fadeOut Fade out time (in ticks)
* @param replacements Variable replacements * @param replacements Variable replacements
*/ */

View File

@ -93,7 +93,7 @@ public class Permissions {
} }
/** /**
* Check the the highest permission a PlotPlayer has within a specified range.<br> * Check the highest permission a PlotPlayer has within a specified range.<br>
* - Excessively high values will lag<br> * - Excessively high values will lag<br>
* - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}<br> * - The default range that is checked is {@link Settings.Limit#MAX_PLOTS}<br>
* *