Corrected typo in readonly-ref feature summary (#672)

This commit is contained in:
Seth Rudesill 2017-06-11 23:52:40 -04:00 committed by Julien Couvreur
parent 6ec04f5433
commit 7c78f92764

View file

@ -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)