Skip to content

Commit 960bcef

Browse files
committed
doc: fix doc
1 parent c947268 commit 960bcef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chd-rs/src/chdfile.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ impl<'a, F: Read + Seek> Hunk<'a, F> {
381381
/// [`Error::RequiresParent`](crate::Error::RequiresParent).
382382
///
383383
/// If the provided output buffer is the wrong length, this will return
384-
/// If the hunk refers to a parent CHD that was not provided, this will return
385384
/// [`Error::OutOfMemory`](crate::Error::OutOfMemory).
386385
pub fn read_hunk_in(
387386
&mut self,

0 commit comments

Comments
 (0)