Skip to content

Commit 208f524

Browse files
committed
Fix 'Bad Operand' to 'Bad Option'
1 parent c5f71d3 commit 208f524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ the behaviour of calling it as the `rv` value of MatchSelectorKeys(`rv`, `keys`)
155155
depends on its `Input`, `DecimalPlaces` and `FailsSelect` values.
156156
157157
- If `FailsSelect` is `true`,
158-
calling the method will emit a _Bad Operand_ error
158+
calling the method will emit a _Bad Option_ error
159159
and not return any value.
160160
- If the `Input` is 1 and `DecimalPlaces` is 1,
161161
the method will return some slice of the list « `'1.0'`, `'1'` »,
@@ -185,7 +185,7 @@ rather than being concatenated into a single string.
185185
186186
If `FailsFormat` is `true`,
187187
attempting to format the _placeholder_ to any formatting target will
188-
emit a _Bad Operand_ error.
188+
emit a _Bad Option_ error.
189189
190190
### `:test:select`
191191

0 commit comments

Comments
 (0)