Skip to content

Commit 971869b

Browse files
authored
Update README.md
1 parent 1c1bb03 commit 971869b

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
@@ -13,7 +13,7 @@ Other serializers performs many encoding operations such as VarInt encoding, tag
1313

1414
Other than performance, MemoryPack has these features.
1515

16-
* Support modern I/O APIs(`IBufferWriter<byte>`, `ReadOnlySpan<byte>`, `ReadOnlySequence<byte>`
16+
* Support modern I/O APIs(`IBufferWriter<byte>`, `ReadOnlySpan<byte>`, `ReadOnlySequence<byte>`)
1717
* Native AOT friendly Source Generator based code generation, no Dynamic CodeGen(IL.Emit)
1818
* Reflectionless non-generics APIs
1919
* Deserialize into existing instance

0 commit comments

Comments
 (0)