Skip to content

Commit

Permalink
Merge pull request #3094 from stefanlatinovic/patch-3
Browse files Browse the repository at this point in the history
chore: correct `say` method reference in `2.2-advanced-canister-calls.mdx`
  • Loading branch information
jessiemongeon1 authored Jun 19, 2024
2 parents 5c3c9c3 + 6bde9f8 commit 8366009
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The amount of security your dapp needs depends on your dapp's use case and funct

### Example `query` call

Queries are defined by the function modifier `query` in Motoko code. Below is a simple query call used with an `echo` function. It queries the function's result and does not make any changes to the canister's state or data.
Queries are defined by the function modifier `query` in Motoko code. Below is a simple query call used with a `say` function. It queries the function's result and does not make any changes to the canister's state or data.


```motoko
Expand Down

0 comments on commit 8366009

Please sign in to comment.