From ce13975f15d56a922b9a83d6510d2d8bfccb7807 Mon Sep 17 00:00:00 2001 From: Sven Nilsen Date: Wed, 5 Aug 2015 12:10:38 +0200 Subject: Removed dot in error message Closes https://github.com/tomaka/glutin/issues/562 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') 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" } } } -- cgit v1.2.3