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 {
257
257
}
258
258
259
259
#[ 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
261
261
/// We cannot return any meaningful response value as we do not know the response value
262
262
/// of execution. We just return ok if we dispatched, error if we failed to dispatch
263
263
pub fn ibc_packet_receive (
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ impl<T: Tunables> LimitingTunables<T> {
38
38
adjusted
39
39
}
40
40
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.
42
42
/// Call this after adjusting the memory.
43
43
fn validate_memory ( & self , ty : & MemoryType ) -> Result < ( ) , MemoryError > {
44
44
if ty. minimum > self . limit {
You can’t perform that action at this time.
0 commit comments