Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
pmuens and willemneal authored Mar 3, 2022
1 parent 4593663 commit c203adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borsh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let decoded: Pair = BorshDeserializer.decode<Pair>(serialized)

## Limitations

Assemblyscript does not have Enums, nor allows to predefine the lenght of an array. Because of this, Borsh-as has the following limitations:
Assemblyscript does not have Enums, nor allows to predefine the length of an array. Because of this, Borsh-as has the following limitations:

- Does **not** deserialize Enums.
- Does **not** deserialize fixed-size arrays.

0 comments on commit c203adb

Please sign in to comment.