summaryrefslogtreecommitdiff
path: root/protocol/src/protocol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/src/protocol.rs')
-rw-r--r--protocol/src/protocol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/src/protocol.rs b/protocol/src/protocol.rs
index a097989..4bcdbd2 100644
--- a/protocol/src/protocol.rs
+++ b/protocol/src/protocol.rs
@@ -74,7 +74,7 @@ pub trait BasicProtocol {
/// Transfer indexes
///
/// - `index_transfer` and `storage` represent the index file and
- /// the corresponding block storage path, respectively.
+ /// the corresponding block storage path, respectively.
/// - If `vault` is Some, send block information from the Vault.
/// - If `workspace` is Some, send block information from the Workspace.
///