Skip to content

Commit

Permalink
happy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 16, 2024
1 parent 53f8763 commit 7c5c499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//!
//! The crate operates on [Replicas](Replica). A replica contains an unlimited number of
//! [Entries][Entry]. Each entry is identified by a key, its author, and the replica's
//! namespace. Its value is the [32-byte BLAKE3 hash](iroh_base::hash::Hash)
//! namespace. Its value is the [32-byte BLAKE3 hash](iroh_blobs::Hash)
//! of the entry's content data, the size of this content data, and a timestamp.
//! The content data itself is not stored or transferred through a replica.
//!
Expand Down
2 changes: 1 addition & 1 deletion src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl RpcHandler {
}
}

/// Options to configure what is included in a [`NodeAddr`] and [`AddrInfo`].
/// Options to configure what is included in a [`NodeAddr`].
#[derive(
Copy,
Clone,
Expand Down
2 changes: 1 addition & 1 deletion src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ impl EntrySignature {
/// A single entry in a [`Replica`]
///
/// An entry is identified by a key, its [`Author`], and the [`Replica`]'s
/// [`NamespaceSecret`]. Its value is the [32-byte BLAKE3 hash](iroh_base::hash::Hash)
/// [`NamespaceSecret`]. Its value is the [32-byte BLAKE3 hash](iroh_blobs::Hash)
/// of the entry's content data, the size of this content data, and a timestamp.
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
pub struct Entry {
Expand Down

0 comments on commit 7c5c499

Please sign in to comment.