Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f402649

Browse files
Nef10codebytere
authored andcommitted
doc: fix numbering
PR-URL: #31575 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 3ba0a22 commit f402649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ require(X) from module at path Y
162162
c. THROW "not found"
163163
4. LOAD_SELF_REFERENCE(X, dirname(Y))
164164
5. LOAD_NODE_MODULES(X, dirname(Y))
165-
7. THROW "not found"
165+
6. THROW "not found"
166166
167167
LOAD_AS_FILE(X)
168168
1. If X is a file, load X as JavaScript text. STOP

0 commit comments

Comments
 (0)