mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Added an article and broke up a sentence into two
Co-authored-by: aaron <aweiss@hey.com>
This commit is contained in:
parent
2126e5c0d2
commit
fd7fab8c35
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ local prop: rawget<someTy, someProp> = rawget(someTy, someProp)
|
|||
|
||||
## Design
|
||||
|
||||
The functionality of `rawget` type operator behaves the same as its [runtime counterpart](https://luau-lang.org/library#global-functions): provide a way to look up a specific property of a table type without invoking the `__index` metamethod.
|
||||
The functionality of the `rawget` type operator behaves the same as its [runtime counterpart](https://luau-lang.org/library#global-functions). Namely, it provide a way to look up a specific property of a table type without invoking the `__index` metamethod.
|
||||
|
||||
```luau
|
||||
local var1 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue