Skip to content

Commit

Permalink
Minor stylistic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Dec 2, 2024
1 parent 46ccdf0 commit 069b7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions crates/packet-forward/README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion crates/packet-forward/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 069b7df

Please sign in to comment.