Skip to content

Commit e17c261

Browse files
ovflowdaduh95
authored andcommitted
doc: remove the last <pre> tag
PR-URL: #53741 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 1a21e0f commit e17c261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ the `require.resolve()` function.
235235
Putting together all of the above, here is the high-level algorithm
236236
in pseudocode of what `require()` does:
237237

238-
<pre>
238+
```text
239239
require(X) from module at path Y
240240
1. If X is a core module,
241241
a. return the core module
@@ -347,7 +347,7 @@ RESOLVE_ESM_MATCH(MATCH)
347347
2. If the file at RESOLVED_PATH exists, load RESOLVED_PATH as its extension
348348
format. STOP
349349
3. THROW "not found"
350-
</pre>
350+
```
351351

352352
## Caching
353353

0 commit comments

Comments
 (0)