Skip to content

Commit 642817c

Browse files
committed
minor doc corrections
1 parent e3bec4a commit 642817c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/helpers.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can contact me at jsmith@example.com.
3737
== ifb
3838
Conditionally renders a block.
3939

40-
*Syntax*: {{[purple]###ifb## '_condition_'}} _text1_ {startsb}{{[purple]##else##}} _text2_{endsb} {{/[purple]##ifb##}}
40+
*Syntax*: {{[purple]###ifb## _condition_}} _text1_ {startsb}{{[purple]##else##}} _text2_{endsb} {{/[purple]##ifb##}}
4141

4242
Unlike the built-in `if` helper, `ifb` tries to parse string conditions as boolean values.
4343
Moreover, if a string condition can be parsed as a number, its corresponding numerical value is evaluated as a boolean (0 is false, anything else is true).
@@ -124,7 +124,7 @@ Computes the result of an arithmetic operation.
124124

125125
*Syntax*: {{[purple]##math## _operand1_ _'operator'_ _operand2_ {startsb}[purple]##decimals##: _dec_ {startsb}[purple]##locale##: _loc_{endsb}{endsb}}}
126126

127-
Supported operators: `+`, `-`, `*`, `/`, `%`, `**`.
127+
Supported operators: `+`, `-`, `\*`, `/`, `%`, `**`.
128128

129129

130130
*Example:*
@@ -172,7 +172,7 @@ Compares two operands using the specified relational operator.
172172

173173
*Syntax*: {{[purple]##compare## _operand1_ _'operator'_ _operand2_}}
174174

175-
Supported relational operators: `==`, `!=`, `<`, `<=`, `>`, `>=`.
175+
Supported relational operators: `==`, `!=`, `<`, `\<=`, `>`, `>=`.
176176

177177

178178
*Example:*

0 commit comments

Comments
 (0)