Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Sep 10, 2023
1 parent 38d04df commit 9644364
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* <p>
* You could trail the method to unlock your research,
* and locked item.
*
* @author StarWishsama
*/
public interface SlimefunGuideUnlockProvider {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
* Each constant corresponds to a research unlock mode and a unlock provider
*
* @author StarWishsama
*
* @see SlimefunGuide
* @see SlimefunGuideImplementation
* @see SlimefunGuideUnlockProvider
*/
public enum SlimefunGuideUnlockMode {

/**
* Unlock research by withdrawing player's experience level.
*/
EXPERIENCE(new ExperienceUnlockProvider()),

/**
Expand All @@ -41,7 +45,7 @@ public enum SlimefunGuideUnlockMode {

/**
* Convert string to certain {@link SlimefunGuideUnlockMode}.
* If string is invalid will fall back to default one (player level)
* If string is invalid it will fall back to default one (player level)
*
* @param modeName text to validate
* @return {@link SlimefunGuideUnlockMode}
Expand Down

0 comments on commit 9644364

Please sign in to comment.