Skip to content

Commit

Permalink
make cargo doc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Aug 14, 2024
1 parent 04ef0ed commit a4cefbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod find_longest;
mod lossy_pht;

/// `Symbol`s are small (up to 8-byte) segments of strings, stored in a [`SymbolTable`] and
/// identified by an 8-bit [`Code`].
/// identified by an 8-bit code.
#[derive(Copy, Clone)]
pub union Symbol {
bytes: [u8; 8],
Expand Down

0 comments on commit a4cefbf

Please sign in to comment.