Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Feb 22, 2018
1 parent 9fed50d commit 12cee7a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@
"this is not supported",
" ",
"foo,var",
["bar", "foo", "bas"], // stringifies to "foo,bar,bas"
["foo", "bar", "bas"], // stringifies to "foo,bar,bas"
];
for (const invalidMethod of invalidMethods) {
assert_throws(
Expand Down

0 comments on commit 12cee7a

Please sign in to comment.