Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 938fc87

Browse files
authored
typo
1 parent 757242c commit 938fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use FFI\Scalar\Type;
2626
Type::int8(42); // object CData<int8_t> { cdata: 42 }
2727
Type::int8Array([1, 2, 3]); // object CData<int8_t[3]> { cdata: [1, 2, 3] }
2828
Type::uint8(42); // object CData<uint8_t> { cdata: 42 }
29-
Type::uint8Array(]1, 2, 3]); // object CData<uint8_t[3]> { cdata: [1, 2, 3] }
29+
Type::uint8Array([1, 2, 3]); // object CData<uint8_t[3]> { cdata: [1, 2, 3] }
3030

3131
Type::int16(42); // object CData<int16_t> { cdata: 42 }
3232
Type::int16Array([1, 2, 3]); // object CData<int16_t[3]> { cdata: [1, 2, 3] }

0 commit comments

Comments
 (0)