diff --git a/doc/api/errors.md b/doc/api/errors.md index 5783724774b600..f479d06f1456fb 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1976,11 +1976,6 @@ than the parent module. Linked modules must share the same context. The linker function returned a module for which linking has failed. - -### ERR_VM_MODULE_NOT_LINKED - -The module must be successfully linked before instantiation. - ### ERR_VM_MODULE_NOT_MODULE @@ -2267,6 +2262,11 @@ removed: v10.0.0 Used when a given value is out of the accepted range. + +### ERR_VM_MODULE_NOT_LINKED + +The module must be successfully linked before instantiation. + ### ERR_ZLIB_BINDING_CLOSED