Skip to content

Commit ca9ead2

Browse files
committed
fix(docs/scripting/cpp/utils): NextTIck example syntax error
1 parent 9030dfd commit ca9ead2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgen/data/static/cpp/utils/nexttick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The function argument also supports lambda function ( \[]\{ ... } ).
1818
void OnPluginStart()
1919
{
2020
NextTick([]() {
21-
print("Called on the first server tick!\n")
21+
print("Called on the first server tick!\n");
2222
});
2323
}
2424
```

0 commit comments

Comments
 (0)