We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ed6e2 commit c0a12a1Copy full SHA for c0a12a1
README.md
@@ -190,7 +190,7 @@ extern "C" fn ibc_packet_ack(env_ptr: u32, msg_ptr: u32) -> u32;
190
extern "C" fn ibc_packet_timeout(env_ptr: u32, msg_ptr: u32) -> u32;
191
```
192
193
-`allocate`/`deallocate` allow the host to manage data within the Wasm VM. If
+`allocate` and `deallocate` allow the host to manage data within the Wasm VM. If
194
you're using Rust, you can implement them by simply
195
[re-exporting them from cosmwasm::exports](https://github.com/CosmWasm/cosmwasm/blob/v0.6.3/contracts/hackatom/src/lib.rs#L5).
196
`instantiate`, `execute` and `query` must be defined by your contract.
0 commit comments