From 7c78f927647b92c1edc460dd2e94e11a6a9e435c Mon Sep 17 00:00:00 2001 From: Seth Rudesill Date: Sun, 11 Jun 2017 23:52:40 -0400 Subject: [PATCH] Corrected typo in readonly-ref feature summary (#672) --- proposals/readonly-ref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/readonly-ref.md b/proposals/readonly-ref.md index 055807f..a1e1852 100644 --- a/proposals/readonly-ref.md +++ b/proposals/readonly-ref.md @@ -8,7 +8,7 @@ ## Summary [summary]: #summary -The "readonly references" feature is actually a group or features that leverage the efficiency of passing variables by reference, but without exposing the data to modifications. +The "readonly references" feature is actually a group of features that leverage the efficiency of passing variables by reference, but without exposing the data to modifications. # Readonly ref parameters. (aka `in` parameters)