Skip to content

Commit

Permalink
fix bad apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Apr 28, 2020
1 parent 7ea49e2 commit 1f1e9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ FastTextDecoder.prototype['decode'] = function(buffer, options={stream: false})
throw new Error(`Failed to decode: the 'stream' option is unsupported.`);
}

// Accept Uint8Array's as-is.
// Accept Uint8Array instances as-is.
let bytes = buffer;

// Look for ArrayBufferView, which isn't a real type, but basically represents
Expand Down

0 comments on commit 1f1e9b4

Please sign in to comment.