diff --git a/crates/packet-forward/README.md b/crates/packet-forward/README.md index 25b6dda..d6ade3a 100644 --- a/crates/packet-forward/README.md +++ b/crates/packet-forward/README.md @@ -1,6 +1,5 @@ # Packet forward middleware -This crate implements the [packet forward middleware], -as specified by Strange Love. +This crate implements the [packet forward middleware], as specified by Strangelove. [packet forward middleware]: https://github.com/cosmos/ibc-apps/tree/main/middleware/packet-forward-middleware diff --git a/crates/packet-forward/src/msg.rs b/crates/packet-forward/src/msg.rs index 0c98487..625f5eb 100644 --- a/crates/packet-forward/src/msg.rs +++ b/crates/packet-forward/src/msg.rs @@ -123,7 +123,7 @@ mod duration { } } - /// Duration type whose serialization routines are compatible with Strange Love's + /// Duration type whose serialization routines are compatible with Strangelove's /// PFM JSON forward messages. #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Serialize, Deserialize)] #[serde(from = "AllDuration")]