Skip to content

Commit f1c8321

Browse files
authored
Fix mistake
1 parent 78c6ecd commit f1c8321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const multiArray = MultiArrayView.create([4, 4], Uint8Array, 2)
100100

101101
console.log(multiArray.array)
102102
// Uint8Array(18) [
103-
// 0, 0, <— 2 offseted items
103+
// 0, 0, <— 2 offsetted items
104104
// 0, 0, 0, 0, <— matrix start
105105
// 0, 0, 0, 0,
106106
// 0, 0, 0, 0,

0 commit comments

Comments
 (0)