Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zi0Black committed Jan 23, 2025
1 parent 57296bf commit 916627d
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 @@ -212,7 +212,7 @@ pub fn initialize(_argc: *const isize, _argv: *const *const *const u8) -> isize
///
/// fuzz_target!(
/// init: {
/// # leat read_dictionary = |_| unimplemented!();
/// let read_dictionary = |_| unimplemented!();
/// let dictionary = read_dictionary("/usr/share/dict/words");
/// DICTIONARY.set(dictionary).unwrap();
/// },
Expand Down

0 comments on commit 916627d

Please sign in to comment.