Enhanced formatting (#6738)

pull/6750/head
Lucas Dondo 3 months ago committed by GitHub
parent 2890c722fd
commit 0af30bc421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/golang/content/100-go-basics/104-range.md

@ -1,6 +1,6 @@
# Range
`Range` is used with `For Loops` to iterate over each element in arrays, strings and other data structures .
`range` is used with for loops to iterate over each element in arrays, strings and other data structures.
Visit the following resources to learn more:

Loading…
Cancel
Save