Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Nov 18, 2024
1 parent 72dee28 commit 6fa1540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bytes/raw.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Raw representations of [`HipByt`][super::HipByt].
//! Raw representations of [`HipByt`].
//!
//! Provides only the core features for the sequence of bytes.
Expand Down Expand Up @@ -35,7 +35,7 @@ const TAG_BORROWED: u8 = 2;
/// Tag for the allocated repr
const TAG_ALLOCATED: u8 = 3;

/// Maximal byte capacity of an inline [`HipStr`](super::HipStr) or [`HipByt`](super::HipByt).
/// Maximal byte capacity of an inline [`HipByt`].
const INLINE_CAPACITY: usize = size_of::<Borrowed>() - 1;

/// Size of word minus a tagged byte.
Expand Down

0 comments on commit 6fa1540

Please sign in to comment.