Added missing parenthesis

This commit is contained in:
Nick-Rivera
2018-10-24 21:41:03 -07:00
committed by Bjørn Erik Pedersen
parent 59e8e660ad
commit 52a831ccaa
+1 -1
View File
@@ -22,4 +22,4 @@ aliases: []
Just like in the Go programming language, Go and Hugo templates make heavy use of `range` to iterate over a map, array or slice.
`range` is fundamental to templating in Hugo. (See the [Introduction to Hugo Templates](/templates/introduction/) for more examples.
`range` is fundamental to templating in Hugo. (See the [Introduction to Hugo Templates](/templates/introduction/) for more examples.)