Skip to content

Commit 8d72614

Browse files
authored
docs: fix typo (#629)
1 parent 79d2005 commit 8d72614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function build (schema, options) {
123123

124124
// If we have only the invocation of the 'anonymous0' function, we would
125125
// basically just wrap the 'anonymous0' function in the 'main' function and
126-
// and the overhead of the intermediate variabe 'json'. We can avoid the
126+
// and the overhead of the intermediate variable 'json'. We can avoid the
127127
// wrapping and the unnecessary memory allocation by aliasing 'anonymous0' to
128128
// 'main'
129129
if (code === 'json += anonymous0(input)') {

0 commit comments

Comments
 (0)