Skip to content

Commit

Permalink
Update accessing_transaction_field.rst to fix typo (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldiamant authored Feb 24, 2022
1 parent c364a23 commit 53bddb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/accessing_transaction_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The :any:`Txn.type_enum() <TxnObject.type_enum>` values can be checked using the
============================== =============== ============ =========================
Value Numerical Value Type String Description
============================== =============== ============ =========================
:any:`TxnType.Unknown` :code:`0` unkown unknown type, invalid
:any:`TxnType.Unknown` :code:`0` unknown unknown type, invalid
:any:`TxnType.Payment` :code:`1` pay payment
:any:`TxnType.KeyRegistration` :code:`2` keyreg key registration
:any:`TxnType.AssetConfig` :code:`3` acfg asset config
Expand Down

0 comments on commit 53bddb5

Please sign in to comment.