Skip to content

Commit e251180

Browse files
sovdeethgitbook-bot
authored andcommitted
GITBOOK-75: change request with no subject merged in GitBook
1 parent 178d9b7 commit e251180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-concepts/indentation/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ on quit:
171171

172172
When a player joins, the `join` event in `script-1.sk` runs. This calls the **local** function `test()`, which broadcasts `"local!"`. 
173173

174-
When a player joins, the `quit` event in `script-2.sk` runs. This can't see the local version of `test()`, so it calls the **global** `test()`, which broadcasts `"global!"`.
174+
When a player quits, the `quit` event in `script-2.sk` runs. This can't see the local version of `test()`, so it calls the **global** `test()`, which broadcasts `"global!"`.
175175
{% endhint %}
176176

177177
## Full Definition

0 commit comments

Comments
 (0)