mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
doc: typo
This commit is contained in:
@@ -770,7 +770,7 @@ impl LayerInner {
|
||||
}
|
||||
|
||||
fn is_file_present_and_good_size(&self, m: &std::fs::Metadata) -> Result<(), NeedsDownload> {
|
||||
// in future, this should include sha2-256 the file.
|
||||
// in future, this should include sha2-256 of the file.
|
||||
if !m.is_file() {
|
||||
Err(NeedsDownload::NotFile)
|
||||
} else if m.len() != self.desc.file_size {
|
||||
|
||||
Reference in New Issue
Block a user