Skip to content

Commit 0f0f7d6

Browse files
Update packages/std/src/query/ibc.rs
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
1 parent 462c97d commit 0f0f7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/query/ibc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::prelude::*;
66

77
/// These are queries to the various IBC modules to see the state of the contract's
88
/// IBC connection.
9-
/// Most of these will return errors if the contract is not "ibc enabled"
9+
/// Most of these will return errors if the contract is not "ibc enabled".
1010
#[non_exhaustive]
1111
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
1212
#[serde(rename_all = "snake_case")]

0 commit comments

Comments
 (0)