mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 06:45:24 -04: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:
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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user