doc: add missing "for"
Co-authored-by: ljedrz <ljedrz@users.noreply.github.com>
This commit is contained in:
parent
a6167fc556
commit
0c5ad592a7
@ -402,7 +402,7 @@ impl<'a> Entry<'a> {
|
||||
}
|
||||
|
||||
/// Returns the metadata for the latest entry. It exists for initial directory entries, files,
|
||||
/// and symlinks but not continued HamtShards.
|
||||
/// and symlinks but not for continued HamtShards.
|
||||
pub fn metadata(&self) -> Option<&'a Metadata> {
|
||||
use Entry::*;
|
||||
match self {
|
||||
|
Loading…
x
Reference in New Issue
Block a user