Skip to content

Commit

Permalink
Fix language in Data-oriented View
Browse files Browse the repository at this point in the history
  • Loading branch information
aapoalas authored Nov 17, 2024
1 parent 20699a9 commit 1451584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog/data-oriented-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
The ECMAScript specification contains many purpose-built exotic objects that
have very limited and very specific usages. One of them is the `DataView`
builtin constructor which is meant for mixed-size reads and writes into the
binary data contained in an `ArrayBuffer`. Recently, Nova has been added the
binary data contained in an `ArrayBuffer`. Recently, Nova added the
`ArrayBuffer` constructor and now it is time to add `DataView` to enable useful
interaction with them.

Expand Down

0 comments on commit 1451584

Please sign in to comment.