Skip to content

Commit d47fb22

Browse files
committed
Sylvia: Fix link
1 parent 98db98e commit d47fb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/sylvia/basics/interoperability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Execute messages in Sylvia return the
2626
on which we can call the
2727
[`add_message`](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/struct.Response.html#method.add_message)
2828
or
29-
[`add_messages](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/struct.Response.html#method.add_messages).
29+
[`add_messages`](https://docs.rs/cosmwasm-std/latest/cosmwasm_std/struct.Response.html#method.add_messages).
3030

3131
```rust
3232
#[sv::msg(exec)]

0 commit comments

Comments
 (0)