Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Sep 24, 2024
1 parent c3b8950 commit bf2dffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/liquid-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ Performs integer division.
_Implementation_: `github.com/Masterminds/sprig/v3.init.func17`

## `divf`

Performs float number division.



Expand Down
4 changes: 3 additions & 1 deletion template/liquid_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ var functionDocs = map[string]FilterFunctionDocumentation{
"div": {
Description: "Performs integer division.",
},
"divf": {},
"divf": {
Description: "Performs float number division.",
},
"duration": {
Description: "Formats a given amount of seconds as a `time.Duration`.",
Parameters: []string{"Amount of seconds"},
Expand Down

0 comments on commit bf2dffe

Please sign in to comment.