mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-28 01:08:52 +00:00
Fix little typo
Changed:
Note that both examples make **us** of Go template's [math functions][].
To:
### Example 2: Comparing Numbers
```
{{ lt 1 2 }}
=> true (i.e., since 1 is less than 2)
```
Note that both examples make **use** of Go template's [math functions][].
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
a5d4f762fb
commit
94cffc43c4
@@ -101,7 +101,7 @@ Go templates only ship with a few basic functions but also provide a mechanism f
|
||||
=> true (i.e., since 1 is less than 2)
|
||||
```
|
||||
|
||||
Note that both examples make us of Go template's [math functions][].
|
||||
Note that both examples make use of Go template's [math functions][].
|
||||
|
||||
{{% note "Additional Boolean Operators" %}}
|
||||
There are more boolean operators than those listed in the Hugo docs in the [Golang template documentation](http://golang.org/pkg/text/template/#hdr-Functions).
|
||||
|
||||
Reference in New Issue
Block a user