From 28c8e70f0d2c3627143ce00afe7dc40e6fce3925 Mon Sep 17 00:00:00 2001 From: Erwan Or Date: Fri, 13 Dec 2024 17:25:28 -0500 Subject: [PATCH] core(balance): fix typo Signed-off-by: Erwan Or --- crates/core/asset/src/balance.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/asset/src/balance.rs b/crates/core/asset/src/balance.rs index db2aa0482e..8b8e290dba 100644 --- a/crates/core/asset/src/balance.rs +++ b/crates/core/asset/src/balance.rs @@ -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