Skip to content

Commit 381e5c0

Browse files
authored
docs: fix option description
PR-URL: #12330 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 8777ff6 commit 381e5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/regexp/eol/lib/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var format = require( '@stdlib/string/format' );
3636
* @param {Object} opts - destination object
3737
* @param {Options} options - function options
3838
* @param {string} [options.flags] - regular expression flags
39-
* @param {boolean} [options.capture] - boolean indicating whether to wrap a regular expression matching a decimal number with a capture group
39+
* @param {boolean} [options.capture] - boolean indicating whether to wrap a regular expression matching a newline character sequence with a capture group
4040
* @returns {(Error|null)} null or an error object
4141
*
4242
* @example

0 commit comments

Comments
 (0)