Skip to content

Commit deb2b59

Browse files
committed
Add qualification
1 parent e439cc7 commit deb2b59

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/utils/if-else-async/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/utils/if-else-async/docs/repl.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- error: error object
1313
- bool: condition used to determine whether to invoke `x` or `y`
1414

15-
The `done` callback is invoked upon function completion and is provided two
16-
arguments:
15+
The `done` callback is invoked upon function completion and is provided at
16+
most two arguments:
1717

1818
- error: error object
1919
- result: either `x` or `y`

0 commit comments

Comments
 (0)