#2427: [Trivial] Fix small mistake in Title documentation

This commit is contained in:
Rincewind34 2018-07-08 09:55:45 +02:00 committed by md-5
parent 7af538793c
commit ff42394bdb

View File

@ -65,7 +65,7 @@ public interface Title
* duration specified in {@link #fadeOut(int)}. The default value for the
* official Minecraft version is 60 (3 seconds).
*
* @param ticks The amount of ticks (1/20 second) for the fade in effect.
* @param ticks The amount of ticks (1/20 second) for the stay effect.
* @return This title configuration.
*/
public Title stay(int ticks);