We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d2005 commit 8d72614Copy full SHA for 8d72614
index.js
@@ -123,7 +123,7 @@ function build (schema, options) {
123
124
// If we have only the invocation of the 'anonymous0' function, we would
125
// basically just wrap the 'anonymous0' function in the 'main' function and
126
- // and the overhead of the intermediate variabe 'json'. We can avoid the
+ // and the overhead of the intermediate variable 'json'. We can avoid the
127
// wrapping and the unnecessary memory allocation by aliasing 'anonymous0' to
128
// 'main'
129
if (code === 'json += anonymous0(input)') {
0 commit comments