Skip to content

Commit 11383c8

Browse files
committed
Update README
1 parent 2cdc9d9 commit 11383c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ searchArgument.addAutocomplete(searchAutocomplete);
2626
```
2727
- concatenating
2828
```java
29-
command.addConcatenator(new StringConcatenator<>(" "), stringArgument, searchArgument);
29+
command.addConcatenator(new StringConcatenator<>(" ", String.class), stringArgument, searchArgument);
3030
```
3131

3232
There are so many useful pre-written argument types that can be used while creating a command.

0 commit comments

Comments
 (0)