Skip to content

Commit dc854c4

Browse files
tniessendanielleadams
authored andcommitted
tools: fix typo in tools/code_cache/README.md
PR-URL: #41657 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent b17aa25 commit dc854c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/code_cache/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the V8 code cache builder of Node.js. It pre-compiles all the
44
JavaScript native modules of Node.js and serializes the code cache (including
5-
the bytecodes) that will be embeded into the Node.js executable. When a Node.js
5+
the bytecodes) that will be embedded into the Node.js executable. When a Node.js
66
JavaScript native module is `require`d at runtime, Node.js can deserialize from
77
the code cache instead of parsing the source code and generating the bytecode
88
for it before execution, which should reduce the load time of these JavaScript

0 commit comments

Comments
 (0)