Skip to content

Commit 553a0e3

Browse files
authored
Fix typo
Closes GH-42. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 12742ae commit 553a0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function compiler(options) {
239239
listStack.push(index)
240240
} else {
241241
const tail = listStack.pop()
242-
assert(typeof tail === 'number', 'expected list ot be open')
242+
assert(typeof tail === 'number', 'expected list to be open')
243243
index = prepareList(events, tail, index)
244244
}
245245
}

0 commit comments

Comments
 (0)