Skip to content

Commit 54ed7b7

Browse files
committed
Fix section titles to match the style of PR #1096
1 parent a1dccbf commit 54ed7b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/functions/number.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,14 @@ together with the resolved options' values.
421421
422422
The function `:percent` is a selector and formatter for percent values.
423423
424-
##### Operands
424+
##### `:percent` Operands
425425
426426
The function `:percent` requires a [Number Operand](#number-operands) as its _operand_.
427427
428428
When either selecting or formatting the _expression_,
429429
the numeric value of the _operand_ is multiplied by 100.
430430
431-
##### Options
431+
##### `:percent` Options
432432
433433
Some options do not have default values defined in this specification.
434434
The defaults for these options are implementation-dependent.
@@ -503,7 +503,7 @@ Options with the following names are however discarded if included in the _opera
503503
- `roundingIncrement`
504504
- `select`
505505
506-
##### Resolved Value
506+
##### `:percent` Resolved Value
507507
508508
The _resolved value_ of an _expression_ with a `:percent` _function_
509509
contains an implementation-defined numerical value
@@ -513,7 +513,7 @@ The numerical value of the _resolved value_ of the _expression_
513513
is the same as the numerical value of its _operand_;
514514
it is not multiplied by 100.
515515
516-
##### Selection
516+
##### Selection with `:percent`
517517
518518
The _function_ `:percent` performs selection as described in [Number Selection](#number-selection) below.
519519
This selection always uses the `plural` selection mode,

0 commit comments

Comments
 (0)