Skip to content

Commit bc9db85

Browse files
committed
docs: improve api documentation
1 parent f254a39 commit bc9db85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/me/refracdevelopment/simplegems/api/SimpleGemsAPI.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public void payOfflineGems(Player player, OfflinePlayer target, double amount) {
306306
* Used to withdraw player gems into an item form.
307307
* <p>
308308
* WARNING: If you want to take/remove gems from
309-
* a player's account then you should use #takeGems instead.
309+
* another player's account then you should use #takeGems instead.
310310
*
311311
* @param player the player who received the gems in item form
312312
* @param amount amount of gems to withdraw
@@ -328,7 +328,7 @@ public void withdrawGems(Player player, double amount) {
328328
* Used to deposit a gems item into the player's account.
329329
* <p>
330330
* WARNING: If you want to add/give gems to
331-
* a player's account then you should use #giveGems instead.
331+
* another player's account then you should use #giveGems instead.
332332
*
333333
* @param player the player who will receive the gems
334334
* @param amount amount of gems to deposit

0 commit comments

Comments
 (0)