doc: add missing "for"

Co-authored-by: ljedrz <ljedrz@users.noreply.github.com>
This commit is contained in:
Joonas Koivunen 2020-06-17 17:19:08 +03:00 committed by Joonas Koivunen
parent a6167fc556
commit 0c5ad592a7

View File

@ -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 {