Skip to content

Commit c0a12a1

Browse files
authored
Update README.md
1 parent 78ed6e2 commit c0a12a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ extern "C" fn ibc_packet_ack(env_ptr: u32, msg_ptr: u32) -> u32;
190190
extern "C" fn ibc_packet_timeout(env_ptr: u32, msg_ptr: u32) -> u32;
191191
```
192192

193-
`allocate`/`deallocate` allow the host to manage data within the Wasm VM. If
193+
`allocate` and `deallocate` allow the host to manage data within the Wasm VM. If
194194
you're using Rust, you can implement them by simply
195195
[re-exporting them from cosmwasm::exports](https://github.com/CosmWasm/cosmwasm/blob/v0.6.3/contracts/hackatom/src/lib.rs#L5).
196196
`instantiate`, `execute` and `query` must be defined by your contract.

0 commit comments

Comments
 (0)