diff --git a/doc/api/errors.md b/doc/api/errors.md index 8cc3319717b1f3..adc1ecba2bce65 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2053,11 +2053,6 @@ import 'package-name'; // supported `import` with URL schemes other than `file` and `data` is unsupported. - -### `ERR_V8BREAKITERATOR` - -The V8 `BreakIterator` API was used but the full ICU data set is not installed. - ### `ERR_VALID_PERFORMANCE_ENTRY_TYPE` @@ -2425,6 +2420,11 @@ An attempt was made to launch a Node.js process with an unknown `stdout` or `stderr` file type. This error is usually an indication of a bug within Node.js itself, although it is possible for user code to trigger it. + +### `ERR_V8BREAKITERATOR` + +The V8 `BreakIterator` API was used but the full ICU data set is not installed. + ### `ERR_VALUE_OUT_OF_RANGE`