Skip to content

Commit

Permalink
Fix parameter name in example WritableStream
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed Nov 6, 2015
1 parent b98007c commit cdfe892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ I/O source, called the <dfn>underlying byte source</dfn>.
close() {
console.log("All data successfully read!");
},
abort(r) {
abort(e) {
console.error("Something went wrong!", e);
}
}));
Expand Down

0 comments on commit cdfe892

Please sign in to comment.