Skip to content

Commit a14adec

Browse files
Dragos-Gabriel DanciulescuDragos-Gabriel Danciulescu
authored andcommitted
Fix small typo
1 parent cdf0063 commit a14adec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mainnet/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The goal of this part of the tutorial is to understand how the sponsored
99
transaction mechanism is implemented in the smart contract and how to create and verify an Ed25519 signature in the smart contract code.
1010

1111
Clone the `sponsored transaction example <https://github.com/Concordium/concordium-rust-smart-contracts/tree/main/examples/cis3-nft-sponsored-txs>`_
12-
which you will modify in this tutorial. The ``recurse-submodules`` parameter is needed because the git repository contains `submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ which need to be cloned along with the example.
12+
which you will modify in this tutorial. The ``recurse-submodules`` flag is needed because the git repository contains `submodules <https://git-scm.com/book/en/v2/Git-Tools-Submodules>`_ which need to be cloned along with the example.
1313

1414
.. code-block:: console
1515

0 commit comments

Comments
 (0)