Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from NidhoRoblox/patch-3
Browse files Browse the repository at this point in the history
Update Using Identifiers.md
  • Loading branch information
ffrostfall authored Aug 1, 2023
2 parents b791b3a + c9808f4 commit 4fed9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tutorials/Using Identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local anotherThing = BridgeNet2.ReferenceIdentifier("anotherThing")

sendSomeData:Fire({
[firstThingToSend] = 5,
[anotherThingToSend] = false,
[anotherThing] = false,
})
```
At the cost of 2 lines of code, we completely solved the problem! Our code is now both readable and efficient.
At the cost of 2 lines of code, we completely solved the problem! Our code is now both readable and efficient.

0 comments on commit 4fed9c8

Please sign in to comment.