From 2f7e937ee530a9a2b70d58cb14e925d178710af6 Mon Sep 17 00:00:00 2001 From: Gael <85808999+TheGreatSageEqualToHeaven@users.noreply.github.com> Date: Tue, 4 Jul 2023 22:32:42 +0100 Subject: [PATCH] Update syntax-element-access-function-names.md --- rfcs/syntax-element-access-function-names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/syntax-element-access-function-names.md b/rfcs/syntax-element-access-function-names.md index 78641788..696c5e31 100644 --- a/rfcs/syntax-element-access-function-names.md +++ b/rfcs/syntax-element-access-function-names.md @@ -2,7 +2,7 @@ # Summary -Add syntax for creating functions with element access function names similarly to member and method function names. +Add syntax for creating functions with element access function names similarly to member and method function names. The ability to chain [] is allowed as well. `function []()`