aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 802fcf9..49b8d9a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -155,7 +155,7 @@ impl ContextError {
use std::error::Error;
match *self {
ContextError::IoError(ref err) => err.description(),
- ContextError::ContextLost => "Context lost."
+ ContextError::ContextLost => "Context lost"
}
}
}