mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 02:50:59 +01:00
typo
This commit is contained in:
parent
fcc3e324ad
commit
3bb50be55d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ An identifier is specified on the right hand side, showing where the value will
|
|||
This desugars to:
|
||||
|
||||
```Lua
|
||||
foo, bar = data["foo"], data[bar()]
|
||||
foo, bar = data["foo"], data[#data]
|
||||
```
|
||||
|
||||
#### Dot keys with names
|
||||
|
|
Loading…
Add table
Reference in a new issue