Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/array_buffers/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ the raw bytes as well as the encoding/view, Array Buffers are only raw bytes and
have to create a Typed Array on top of an Array Buffer in order to access the data.

When you create a new Typed Array and don't give it an Array Buffer to be a view
on top of it will create it's own new Array Buffer instead.
on top of it will create its own new Array Buffer instead.

## Challenge

Expand Down