1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 16:08:14 +03:00

Fix typo in comment

This commit is contained in:
Yann Hamdaoui 2020-11-17 15:11:47 +01:00
parent a026e39d90
commit c81033ef09

View File

@ -205,7 +205,7 @@ pub enum SerializationError {
Other(String),
}
/// A general I/O error, occurring when reading an source file or writing an export.
/// A general I/O error, occurring when reading a source file or writing an export.
#[derive(Debug, PartialEq, Clone)]
pub struct IOError(pub String);