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 []()`