mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
reword "runtime pair" to counterpart and update the link
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
b4980e0435
commit
2cd9574abb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ local prop: rawget<someTy, someProp> = rawget(someTy, someProp)
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
The functionality of `rawget` type operator behaves the same as its [runtime pair](https://create.roblox.com/docs/reference/engine/globals/LuaGlobals#rawget): provide a way to look up a specific property of a type without invoking the `__index` metamethod.
|
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.
|
||||||
|
|
||||||
```luau
|
```luau
|
||||||
local var1 = {
|
local var1 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue