Skip to content

Commit

Permalink
Update docs/core/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: powercas_gamer <[email protected]>
  • Loading branch information
Citymonstret and powercasgamer authored Nov 29, 2023
1 parent 5aaa0cf commit bac12a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Returning a future is useful when the parsing needs to take place on a specific
CommandContext<C> context,
CommandInput input
) {
final String input = input.peekString(); // Does not the remove the string!
final String input = input.peekString(); // Does not remove the string from the input!
try {
final UUID uuid = UUID.fromString(input);
input.readString(); // Removes the string from the input.
Expand Down

0 comments on commit bac12a8

Please sign in to comment.