From 2cd9574abb409bf8e730187fae012223c656ef2f Mon Sep 17 00:00:00 2001 From: Junseo Yoo <59751754+joonyoo181@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:32:08 -0700 Subject: [PATCH] reword "runtime pair" to counterpart and update the link Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- docs/rawget-type-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rawget-type-operator.md b/docs/rawget-type-operator.md index 4540b83..75ccbe2 100644 --- a/docs/rawget-type-operator.md +++ b/docs/rawget-type-operator.md @@ -14,7 +14,7 @@ local prop: rawget = 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 = {