Skip to content

Commit

Permalink
nit: fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 24, 2024
1 parent 1376d57 commit 9333f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ibc-apps/ics20-transfer/types/src/msgs/transfer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Defines the Non-Fungible Token Transfer message type
//! Defines the token transfer message type
use ibc_core::channel::types::error::PacketError;
use ibc_core::channel::types::timeout::TimeoutHeight;
Expand All @@ -15,7 +15,7 @@ use crate::packet::PacketData;

pub(crate) const TYPE_URL: &str = "/ibc.applications.transfer.v1.MsgTransfer";

/// Message used to build an ICS-721 Non-Fungible Token Transfer packet.
/// Message used to build an ICS20 token transfer packet.
///
/// Note that this message is not a packet yet, as it lacks the proper sequence
/// number, and destination port/channel. This is by design. The sender of the
Expand Down
2 changes: 1 addition & 1 deletion ibc-apps/ics721-nft-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ borsh = [
parity-scale-codec = [
"ibc-app-nft-transfer-types/parity-scale-codec",
"ibc-core/parity-scale-codec",
]
]

0 comments on commit 9333f77

Please sign in to comment.