Skip to content

Commit 4b7908f

Browse files
authored
Use zero instead of 0 in blocks README example
1 parent 05a8345 commit 4b7908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Output:
171171

172172
### Sections
173173

174-
Sections render blocks of text 0 or more times, depending on the value of the key in the current context.
174+
Sections render blocks of text zero or more times, depending on the value of the key in the current context.
175175

176176
A section begins with a pound and ends with a slash. That is, `{{#person}}` begins a `person` section, while `{{/person}}` ends it. The text between the two tags is referred to as that section's "block".
177177

0 commit comments

Comments
 (0)