mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/index-type-operator.md
fixed a small typo regarding the type of `param` (for line 44) Co-authored-by: Dev Chrysalis Dalal <102641218+deviaze@users.noreply.github.com>
This commit is contained in:
parent
a17cfd48d6
commit
b0c5b71aef
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ type Person = {
|
|||
alive: boolean
|
||||
}
|
||||
|
||||
local function doSmt(param: index<Person, "age">) -- param = string
|
||||
local function doSmt(param: index<Person, "age">) -- param = number
|
||||
-- rest of code
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue