We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66295c3 commit 53b7774Copy full SHA for 53b7774
README.md
@@ -19,7 +19,7 @@ var buffer = new Buffer(100)
19
// Fill the buffer with some data
20
21
var ab = toArrayBuffer(buffer)
22
-// `ab` now cotains the same data as `buffer`
+// `ab` now contains the same data as `buffer`
23
```
24
25
## License
0 commit comments