Skip to content

Commit ba9a23c

Browse files
authored
[Docs] Fix typo in comment for INLINING_LIMIT (#16532)
1 parent 240277e commit ba9a23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ var IGNORE_CLOSURE_COMPILER_ERRORS = 0;
291291
// [link]
292292
var DECLARE_ASM_MODULE_EXPORTS = 1;
293293

294-
// If 0, prevents inlining if set to 1. If 0, we will inline normally in LLVM.
294+
// If set to 1, prevents inlining. If 0, we will inline normally in LLVM.
295295
// This does not affect the inlining policy in Binaryen.
296296
// [compile]
297297
var INLINING_LIMIT = 0;

0 commit comments

Comments
 (0)