Skip to content

Commit 74f18b4

Browse files
authored
Fix invalid Luau syntax in matchmaking/attributes-and-signals.md (#1271)
## Changes <!-- Please summarize your changes. --> <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate.
1 parent 277eccd commit 74f18b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/matchmaking/attributes-and-signals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ end
221221
```
222222

223223
```lua title="Server attribute example"
224-
local MatchmakingService = game::GetService("MatchmakingService")
224+
local MatchmakingService = game:GetService("MatchmakingService")
225225
local RunService = game:GetService("RunService")
226226

227227
if RunService:IsStudio() then

0 commit comments

Comments
 (0)