Skip to content

Commit e3df21e

Browse files
committed
chore(comment): Improve comment clarity in query_plugins.go
1 parent 8473fea commit e3df21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/wasm/keeper/query_plugins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ func ConvertSdkDenomUnitsToWasmDenomUnits(denomUnits []*banktypes.DenomUnit) []w
827827
Exponent: u.Exponent,
828828
Aliases: u.Aliases,
829829
}
830-
// Return nil may break cosmwasm-std
830+
// Returning nil may break cosmwasm-std
831831
if u.Aliases == nil {
832832
converted[i].Aliases = []string{}
833833
}

0 commit comments

Comments
 (0)