File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ the following steps are taken:
229229 or the value of one of the _options_ for another function.
230230 For example, in
231231 ```
232- .input {$n : number minIntegerDigits =3}
233- .local $n1 = {$n : number maxFractionDigits =3}
232+ .input {$n : number minimumIntegerDigits =3}
233+ .local $n1 = {$n : number maximumFractionDigits =3}
234234 ```
235235 the value bound to `$n` is the
236236 resolved value used as the _operand_
@@ -262,8 +262,8 @@ the following steps are taken:
262262> the formatted result of the following message:
263263>
264264> ```
265- > .input {$n :number minIntegerDigits =3}
266- > .local $n1 = {$n :number maxFractionDigits =3}
265+ > .input {$n :number minimumIntegerDigits =3}
266+ > .local $n1 = {$n :number maximumFractionDigits =3}
267267> {{$n1}}
268268> ```
269269>
You can’t perform that action at this time.
0 commit comments