Skip to content

Commit dd877b8

Browse files
committed
docs: correct
1 parent 0a4da65 commit dd877b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hook.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pub struct HookArgument<'a, Size> {
88
pub size: Size,
99
}
1010

11-
/// Hook to run with a [`Path`] and its corresponding [`Metadata`].
11+
/// Hook to run with a [`Path`] and its corresponding [`Metadata`] and size.
1212
pub trait Hook<Size> {
1313
fn run_hook(&self, argument: HookArgument<Size>);
1414
}

0 commit comments

Comments
 (0)