Skip to content

Commit

Permalink
Doc: fix bootloader hint processor name
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Jun 3, 2024
1 parent ff333ae commit 82dd01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hints/hint_processors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use crate::hints::simple_bootloader_hints::{
/// to enable this modularity.
///
/// However, this processor is not sufficient to execute the bootloader. For this,
/// use `StandaloneBootloaderHintProcessor`.
/// use `BootloaderHintProcessor`.
#[derive(Default)]
pub struct MinimalBootloaderHintProcessor;

Expand Down

0 comments on commit 82dd01f

Please sign in to comment.