Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jan 1, 2024
1 parent 877c69d commit 802fcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Msbt msbt = Msbt.FromYaml(yaml);
/* ... */

using MemoryStream ms = new();
msbt.ToBinary(
msbt.WriteBinary(
ms,
endianness: Endian.Little,
encoding: Encoding.Unicode // Encoding.UTF8 is not supported!
Expand Down

0 comments on commit 802fcba

Please sign in to comment.