Skip to content

Commit

Permalink
Fix doc-test in consensus crate (#6561)
Browse files Browse the repository at this point in the history
* Use correct crate name in doc-test
  • Loading branch information
macladson authored Nov 4, 2024
1 parent 4f86d95 commit 9f657b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/types/src/runtime_var_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use std::slice::SliceIndex;
/// ## Example
///
/// ```
/// use ssz_types::{RuntimeVariableList};
/// use types::{RuntimeVariableList};
///
/// let base: Vec<u64> = vec![1, 2, 3, 4];
///
Expand Down

0 comments on commit 9f657b0

Please sign in to comment.