Skip to content

Commit 19b9774

Browse files
Typo fix in docs (#625)
1 parent 721532f commit 19b9774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Below is an example of writing a basic stateless smart contract that allows a sp
99
.. literalinclude:: ../examples/signature/basic.py
1010
:language: python
1111

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

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

0 commit comments

Comments
 (0)