Skip to content

Commit 0d7be01

Browse files
committed
Fix typo in comment
Signed-off-by: Jacinta Ferrant <jacinta.ferrant@gmail.com>
1 parent 7238d1d commit 0d7be01

File tree

1 file changed

+2
-2
lines changed
  • stackslib/src/chainstate/burn/operations

1 file changed

+2
-2
lines changed

stackslib/src/chainstate/burn/operations/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ pub fn stacks_addr_serialize(addr: &StacksAddress) -> serde_json::Value {
375375
}
376376

377377
/// Serialization function for serializing extended information within the BlockstackOperationType
378-
/// that is not printed via the standard serde implenentation. Specifically serializes additional
379-
/// StacksAddress information that is normally lost.
378+
/// that is not printed via the standard serde implementation. Specifically, serializes additional
379+
/// StacksAddress information.
380380
pub fn blockstack_op_extended_serialize_opt<S: Serializer>(
381381
op: &Option<BlockstackOperationType>,
382382
s: S,

0 commit comments

Comments
 (0)