We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db98e commit d47fb22Copy full SHA for d47fb22
src/pages/sylvia/basics/interoperability.mdx
@@ -26,7 +26,7 @@ Execute messages in Sylvia return the
26
on which we can call the
27
[`add_message`](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/struct.Response.html#method.add_message)
28
or
29
-[`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).
30
31
```rust
32
#[sv::msg(exec)]
0 commit comments