Skip to content

Commit b4d8774

Browse files
authored
doc: fix typo in --disable-wasm-trap-handler description
PR-URL: #61820 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4d1557a commit b4d8774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ added:
758758

759759
By default, Node.js enables trap-handler-based WebAssembly bound
760760
checks. As a result, V8 does not need to insert inline bound checks
761-
int the code compiled from WebAssembly which may speedup WebAssembly
761+
in the code compiled from WebAssembly which may speed up WebAssembly
762762
execution significantly, but this optimization requires allocating
763763
a big virtual memory cage (currently 10GB). If the Node.js process
764764
does not have access to a large enough virtual memory address space

doc/node.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ vm.measureMemory();
460460
.It Fl -disable-wasm-trap-handler
461461
By default, Node.js enables trap-handler-based WebAssembly bound
462462
checks. As a result, V8 does not need to insert inline bound checks
463-
int the code compiled from WebAssembly which may speedup WebAssembly
463+
in the code compiled from WebAssembly which may speed up WebAssembly
464464
execution significantly, but this optimization requires allocating
465465
a big virtual memory cage (currently 10GB). If the Node.js process
466466
does not have access to a large enough virtual memory address space

0 commit comments

Comments
 (0)