Преглед изворни кода

Use zero instead of 0 in blocks README example

tags/v4.1.0
Phillip Johnsen GitHub пре 5 година
родитељ
комит
4b7908f5c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      README.md

+ 1
- 1
README.md Прегледај датотеку

@@ -171,7 +171,7 @@ Output:


### Sections ### Sections


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


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". 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".




Loading…
Откажи
Сачувај