Skip to content

Commit

Permalink
plural
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Sep 13, 2023
1 parent 7c2eaec commit 1b5e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/beacon/src/engine/hooks/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub(crate) struct HooksController {
}

impl HooksController {
/// Creates new [`HookController`]
/// Creates a new [`HooksController`].
pub(crate) fn new(hooks: Hooks) -> Self {
Self {
hooks: hooks.inner.into_iter().map(Some).collect(),
Expand Down

0 comments on commit 1b5e4c9

Please sign in to comment.