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:
Junseo Yoo 2024-06-12 09:32:08 -07:00 committed by GitHub
parent b4980e0435
commit 2cd9574abb
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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 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
local var1 = {