Skip to content

Commit a3a60d0

Browse files
authored
fix: revert string-arguments.md
1 parent 84933de commit a3a60d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/create-commands/arguments/types/string-arguments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Rejected `TextArgument` values:
5555

5656
```txt
5757
hello world
58-
你好世界
58+
5959
"speech marks: ""
6060
```
6161

@@ -117,4 +117,4 @@ Note how this only works if the greedy string argument is _at the end_. If, say,
117117
- Any command that involves an unreasonable/unknown number of arguments
118118
- Any command where you want to parse arguments similar to how regular Bukkit would
119119

120-
:::
120+
:::

0 commit comments

Comments
 (0)