Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This is the main advantage of native arguments: The client itself performs simpl
way better, as they can see invalid input without sending the command to the server.

### String arguments
There is three string arguments: `word`, `string`, and `greedyString`.
There are three string arguments: `word`, `string`, and `greedyString`.

The `word` string argument is the simplest one of these. It only accepts a single word consisting of alphanumerical characters and these special characters: `+`, `-`, `_`, and `.`.
* ✅ `.this_is_valid_input.`
Expand Down