Skip to content

Commit 64e2cb2

Browse files
authored
docs: Update introduction.md
1 parent 93f2547 commit 64e2cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ScriptSystems/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To insert a system you will need to use the `system_builder` global function lik
2727

2828
```lua
2929
local system = system_builder("my_system", script_id)
30-
:after(some_Other_system)
30+
:after(some_other_system)
3131
:before(another_system)
3232
```
3333

0 commit comments

Comments
 (0)