Updated Range (markdown)

sue spence 2015-10-06 15:49:10 +01:00
parent 7f1cc4be20
commit cb617f84d6

@ -4,7 +4,7 @@ Spec: http://golang.org/doc/go_spec.html#For_statements
## 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