Skip to content

Commit

Permalink
Typo fix in docs (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvorithm committed Dec 28, 2022
1 parent 721532f commit 19b9774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Below is an example of writing a basic stateless smart contract that allows a sp
.. literalinclude:: ../examples/signature/basic.py
:language: python

As shown in this exmaple, the logic of smart contract is expressed using PyTeal expressions constructed in Python. PyTeal overloads Python's arithmetic operators
As shown in this example, the logic of smart contract is expressed using PyTeal expressions constructed in Python. PyTeal overloads Python's arithmetic operators
such as :code:`<` and :code:`==` (more overloaded operators can be found in :ref:`arithmetic_expressions`), allowing Python developers express smart contract logic more naturally.

Lastly, :any:`compileTeal` is called to convert an PyTeal expression
Expand Down

0 comments on commit 19b9774

Please sign in to comment.