Skip to content

Commit

Permalink
Change wording on Return values
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Aug 9, 2023
1 parent cbe0b0a commit 5fa8e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/ownership/src/ownable.sw
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl Ownership {
///
/// # Returns
///
/// * [Ownership] - The struct in the `Uninitalized` state.
/// * [Ownership] - The SRC-5 Ownership Standard struct.
///
/// # Examples
///
Expand All @@ -39,7 +39,7 @@ impl Ownership {
///
/// # Returns
///
/// * [Ownership] - The struct in the `Initialized` state.
/// * [Ownership] - The SRC-5 Ownership Standard struct.
///
/// # Examples
///
Expand Down Expand Up @@ -67,7 +67,7 @@ impl Ownership {
///
/// # Returns
///
/// * [Ownership] - The struct in the `Revoked` state.
/// * [Ownership] - The SRC-5 Ownership Standard struct.
///
/// # Examples
///
Expand Down

0 comments on commit 5fa8e82

Please sign in to comment.