Fix a typo.

This commit is contained in:
KAMADA Ken'ichi 2020-02-26 21:47:39 +09:00
parent 7de2ff0ddd
commit 3d32b596de
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ impl<R> Parser<R> where R: io::BufRead + io::Seek {
}
},
2 => return Err(Error::NotSupported(
"Construction by item offset is supported")),
"Construction by item offset is not supported")),
_ => return Err("Invalid construction_method".into()),
}
Ok(buf)