From fd7fab8c3574d2c3a98a65d1e63ab7e8a75481c4 Mon Sep 17 00:00:00 2001 From: Junseo Yoo <59751754+joonyoo181@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:12:07 -0700 Subject: [PATCH] Added an article and broke up a sentence into two Co-authored-by: aaron --- 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 1c4be96..1e0c180 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 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 = {