mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 15:54:38 -04:00
Clarify term
This commit is contained in:
parent
dab07dcb0e
commit
6bc52fd40a
@ -126,7 +126,7 @@ An unordered group of elements, each indexed by a unique key. See the [Go d
|
|||||||
|
|
||||||
### method
|
### method
|
||||||
|
|
||||||
Used within a [template action](#template-action) and associated with an [object](#object), a method takes zero or more [arguments](#argument) and returns a value. For example, `.IsHome` is a method on the `.Page` object which returns `true` if the current page is the home page. See also [function](#function).
|
Used within a [template action](#template-action) and associated with an [object](#object), a method takes zero or more [arguments](#argument) and either returns a value or performs an action. For example, `.IsHome` is a method on the `.Page` object which returns `true` if the current page is the home page. See also [function](#function).
|
||||||
|
|
||||||
### module
|
### module
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user