File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
contracts/ibc-reflect/src
packages/vm/src/wasm_backend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ fn encode_ibc_error(msg: impl Into<String>) -> Binary {
257257}
258258
259259#[ entry_point]
260- /// we look for a the proper reflect contract to relay to and send the message
260+ /// we look for the proper reflect contract to relay to and send the message
261261/// We cannot return any meaningful response value as we do not know the response value
262262/// of execution. We just return ok if we dispatched, error if we failed to dispatch
263263pub fn ibc_packet_receive (
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ impl<T: Tunables> LimitingTunables<T> {
3838 adjusted
3939 }
4040
41- /// Ensures the a given memory type does not exceed the memory limit.
41+ /// Ensures a given memory type does not exceed the memory limit.
4242 /// Call this after adjusting the memory.
4343 fn validate_memory ( & self , ty : & MemoryType ) -> Result < ( ) , MemoryError > {
4444 if ty. minimum > self . limit {
You can’t perform that action at this time.
0 commit comments