Skip to content

Commit 9e2a82a

Browse files
committed
Removed semicolon from docs example
1 parent cc6177e commit 9e2a82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/importing-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import:
3333
command /example:
3434
trigger:
3535
message "%System%" # java.lang.System
36-
System.out.println("test");
36+
System.out.println("test")
3737
```
3838
{% endcode-tabs-item %}
3939
{% endcode-tabs %}

0 commit comments

Comments
 (0)