Skip to content

Commit

Permalink
remove vim-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qrayven committed Jul 27, 2023
1 parent b046b1e commit 8c0819f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/unlock_condition/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl AddressUnlockCondition {
/// The [`UnlockCondition`](crate::types::block::output::UnlockCondition) kind of an [`AddressUnlockCondition`].
pub const KIND: u8 = 0;

/// Creates a new [`AddressUnloikCondition`].
/// Creates a new [`AddressUnlockCondition`].
#[inline(always)]
pub fn new(address: impl Into<Address>) -> Self {
Self(address.into())
Expand Down

0 comments on commit 8c0819f

Please sign in to comment.