Skip to content

Commit

Permalink
Update docs on nested maps
Browse files Browse the repository at this point in the history
  • Loading branch information
1Axen committed May 31, 2024
1 parent 795a970 commit 5f194b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/Using.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ In the code above we have a simple packet transmission protocol which contains t
## Maps
You can define maps using the `map` keyword
> [!NOTE]
> Maps cannot currently have maps as keys or values.
> You also cannot have optional keys or values as there is no way to represent those in Luau.
> Maps cannot have optional keys or values as there is no way to represent those in Luau.
```
map Example = {[string]: u8}
```
Expand Down

0 comments on commit 5f194b8

Please sign in to comment.