Skip to content

Commit

Permalink
core(balance): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Erwan Or <[email protected]>
  • Loading branch information
erwanor authored Dec 13, 2024
1 parent 74aa056 commit 28c8e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/asset/src/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl DomainType for Balance {
}

/// Serialization should normalize the `Balance`, where the top-level
/// negated field is exlcuded during serialization. Rather, the
/// negated field is excluded during serialization. Rather, the
/// sign information is captured in the `SignedValue` pairs.
///
/// Since the underlying BTreeMap can't hold multiple imbalances for
Expand Down

0 comments on commit 28c8e70

Please sign in to comment.