Skip to content

Commit

Permalink
Sylvia: Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
jawoznia committed Jul 25, 2024
1 parent 98db98e commit d47fb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sylvia/basics/interoperability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Execute messages in Sylvia return the
on which we can call the
[`add_message`](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/struct.Response.html#method.add_message)
or
[`add_messages](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/struct.Response.html#method.add_messages).
[`add_messages`](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/struct.Response.html#method.add_messages).

```rust
#[sv::msg(exec)]
Expand Down

0 comments on commit d47fb22

Please sign in to comment.