Skip to content

Commit fd4c49d

Browse files
freddenHoonDongKang
authored andcommitted
Correct mis-use of "it's"
1 parent 61e2cef commit fd4c49d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

4-binary/01-arraybuffer-binary-arrays/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Let's eliminate a possible source of confusion. `ArrayBuffer` has nothing in com
3030
3131
**To manipulate an `ArrayBuffer`, we need to use a "view" object.**
3232
33-
A view object does not store anything on it's own. It's the "eyeglasses" that give an interpretation of the bytes stored in the `ArrayBuffer`.
33+
A view object does not store anything on its own. It's the "eyeglasses" that give an interpretation of the bytes stored in the `ArrayBuffer`.
3434
3535
For instance:
3636

0 commit comments

Comments
 (0)