about summary refs log tree commit diff
path: root/src/libsyntax/parse/lexer
diff options
context:
space:
mode:
authorP1start <rewi-github@whanau.org>2014-11-28 19:01:41 +1300
committerP1start <rewi-github@whanau.org>2014-11-30 20:26:53 +1300
commit432adc675e2955cbc639cbecf318dc23e053e7e2 (patch)
tree7a1c65771cc6cc76ea268b85804d23d359dcc832 /src/libsyntax/parse/lexer
parentdbbb722f253060401f672d590db544ac02b1c81e (diff)
downloadrust-432adc675e2955cbc639cbecf318dc23e053e7e2.tar.gz
rust-432adc675e2955cbc639cbecf318dc23e053e7e2.zip
Adjust some error messages to start with a lowercase letter and not finish with a full stop
Diffstat (limited to 'src/libsyntax/parse/lexer')
-rw-r--r--src/libsyntax/parse/lexer/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/lexer/mod.rs b/src/libsyntax/parse/lexer/mod.rs
index b5358e7d485..57983a6dee6 100644
--- a/src/libsyntax/parse/lexer/mod.rs
+++ b/src/libsyntax/parse/lexer/mod.rs
@@ -809,7 +809,7 @@ impl<'a> StringReader<'a> {
                                     self.span_diagnostic.span_help(
                                         sp,
                                         "this is an isolated carriage return; consider checking \
-                                         your editor and version control settings.")
+                                         your editor and version control settings")
                                 }
                                 false
                             }