Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Moore (MakerX) <[email protected]>
  • Loading branch information
tristanmenzel and robdmoore committed Jun 7, 2024
1 parent 8bd681e commit 449b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture-decisions/2024-06-06_arc4-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Cons:

Algorand TypeScript defines native types which make sense and excludes ones which don't (eg. UFixedNxM), but also implements all arc4 types in a separate module. It's possible to convert between the two - where such a conversion exists. Native types can have optimised in memory representations whilst arc4 types follow prescribed encoding.

This is the approach taking by Algorand Python.
This is the approach taken by Algorand Python.

Pros:
- Zero cost decoding of ABI args available as an option. (by opting to use the arc4 type)
Expand Down

0 comments on commit 449b078

Please sign in to comment.