Skip to content

Commit a1afd3b

Browse files
authored
Fixed typo in msgpack-tests.js
1 parent e0aadbf commit a1afd3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function testData(data) {
9797
}
9898

9999
function testByteOffset() {
100-
logLine("<span'>Testing Typed Array byteOffset handling</span>");
100+
logLine("<span>Testing Typed Array byteOffset handling</span>");
101101
const buf = new ArrayBuffer(10);
102102
const arr0 = new Uint8Array(buf);
103103
const arr1 = new Uint8Array(buf, 1);

0 commit comments

Comments
 (0)