Skip to content

Commit d63d8d9

Browse files
authored
tools: fix typo in tools/node_cache/README.md
1 parent 110aa38 commit d63d8d9

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)