Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 4a30c69

Browse files
ortaaddaleax
authored andcommitted
doc: Update a typo in module.js' comments
PR-URL: nodejs/node#16205 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
1 parent c84ea2b commit 4a30c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function toRealPath(requestPath) {
156156
});
157157
}
158158

159-
// given a path check a the file exists with any of the set extensions
159+
// given a path, check if the file exists with any of the set extensions
160160
function tryExtensions(p, exts, isMain) {
161161
for (var i = 0; i < exts.length; i++) {
162162
const filename = tryFile(p + exts[i], isMain);

0 commit comments

Comments
 (0)