Skip to content

Commit

Permalink
chore(docs): fix wrongly written at binary-data.md (#12451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imgodmaoyouknow authored Jul 10, 2024
1 parent 28d9527 commit 6354e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/binary-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To do anything interesting we need a construct known as a "view". A view is a cl

The `DataView` class is a lower-level interface for reading and manipulating the data in an `ArrayBuffer`.

Below we create a new `DataView` and set the first byte to 5.
Below we create a new `DataView` and set the first byte to 3.

```ts
const buf = new ArrayBuffer(4);
Expand Down

0 comments on commit 6354e60

Please sign in to comment.