commit | cb617f84d69481250e36413ea47aca0f56c8c533 | [log] [tgz] |
---|---|---|
author | sue spence <virtuallysue@gmail.com> | Tue Oct 06 15:49:10 2015 +0100 |
committer | sue spence <virtuallysue@gmail.com> | Tue Oct 06 15:49:10 2015 +0100 |
tree | 400e241be9d05cd0b2c3480694c370b8b5cd4f7a | |
parent | 7f1cc4be2011f41b97002ab8c4f4dedda5341082 [diff] |
Updated Range (markdown)
diff --git a/Range.md b/Range.md index 49c1c6a..8a78c48 100644 --- a/Range.md +++ b/Range.md
@@ -4,7 +4,7 @@ ## Summary -A range clause provides a way to iterate over a array, slice, string, map, or channel. +A range clause provides a way to iterate over an array, slice, string, map, or channel. ## Example