From 70db7708a32425212d9d265b98c9e27135f1d877 Mon Sep 17 00:00:00 2001 From: Junseo Yoo <59751754+joonyoo181@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:28:53 -0700 Subject: [PATCH] Rephrased the summary 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 4e2c778..94d9aad 100644 --- a/docs/rawget-type-operator.md +++ b/docs/rawget-type-operator.md @@ -2,7 +2,7 @@ ## Summary -This RFC proposes the addition on one type operator, `rawget`, which can be used to look up a specific property of another type *without* invoking the `__index` metamethod. +This RFC proposes the addition of a new type operator, `rawget`, which can be used to look up a specific property of a table type *without* invoking the `__index` metamethod. ## Motivation