Skip to content

Commit

Permalink
Fix link name to make_ule in AsULE docs (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
skius authored May 25, 2023
1 parent 909461a commit 8f3cb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/zerovec/src/ule/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ where

/// A trait for any type that has a 1:1 mapping with an unaligned little-endian (ULE) type.
///
/// If you need to implement this trait, consider using [`#[make_varule]`](crate::make_ule) instead.
/// If you need to implement this trait, consider using [`#[make_ule]`](crate::make_ule) instead.
pub trait AsULE: Copy {
/// The ULE type corresponding to `Self`.
///
Expand Down

0 comments on commit 8f3cb8e

Please sign in to comment.