Skip to content

Commit 8b2efb3

Browse files
committed
docs: fix small typos
1 parent d4642e0 commit 8b2efb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wallet/src/wallet/changeset.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type IndexedTxGraphChangeSet =
1111
///
1212
/// ## Definition
1313
///
14-
/// The change set is responsible for transmiting data between the persistent storage layer and the
14+
/// The change set is responsible for transmitting data between the persistent storage layer and the
1515
/// core library components. Specifically, it serves two primary functions:
1616
///
1717
/// 1) Recording incremental changes to the in-memory representation that need to be persisted to
@@ -46,7 +46,7 @@ type IndexedTxGraphChangeSet =
4646
/// at any point thereafter.
4747
///
4848
/// Other fields of the change set are not required to be non-empty, that is they may be empty even
49-
/// in the aggregate. However in practice they should contain the data needed to recover a wallet
49+
/// in the aggregate. However, in practice they should contain the data needed to recover a wallet
5050
/// state between sessions. These include:
5151
/// * [`tx_graph`](Self::tx_graph)
5252
/// * [`indexer`](Self::indexer)

wallet/src/wallet/event.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)