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 28, 2023
1 parent 5e87fe9 commit 5100660
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 @@ -223,7 +223,7 @@ that you create by calling `AggregateCommandParser.builder()`.
<!-- prettier-ignore -->
!!! example
```java
final AggregateCommandParser<CommandSender, Location> locationParser = AggregateCommandParser<CommandSender>builder()
final AggregateCommandParser<CommandSender, Location> locationParser = AggregateCommandParser.<CommandSender>builder()
.withComponent("world", worldParser())
.withComponent("x", integerParser())
.withComponent("y", integerParser())
Expand Down

0 comments on commit 5100660

Please sign in to comment.