Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 3e89ace

Browse files
committed
chore: Minor change
1 parent 4987e66 commit 3e89ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-a-realm/realm-examples/hello.gno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Functions that make changes to the state must have a subject for change, hence m
9898

9999
<figure><img src="../../../.gitbook/assets/gor_01_05_qrender.png" alt=""><figcaption></figcaption></figure>
100100

101-
This method involves seemingly fewer options compared to `gnokey maketx call` method. However, passing the argument can be quite confusing: the realm path that exposes the `Render()` function must be placed in the `--data` option, and the arguments in a new line ().
101+
This method involves seemingly fewer options compared to `gnokey maketx call` method. However, passing the argument can be quite confusing: the realm path that exposes the `Render()` function must be placed in the `--data` option, and the arguments in a new line (`\n`).
102102

103103
If we return to our realm code, we can see that the other function, `Hello()`, also doesn't cause any state changes to the blockchain.
104104

0 commit comments

Comments
 (0)