diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-03-26 11:32:04 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-03-26 11:32:04 +1100 |
commit | dae4aa0e623974edc0f9753fe14c61dbf8af75e3 (patch) | |
tree | c918aa2efbaaff5e7f9ca27255ba997fb13f1c5d | |
parent | 89f47cd0a574686b32c3cfc601a8fa6d06569f38 (diff) | |
download | scintilla-mirror-dae4aa0e623974edc0f9753fe14c61dbf8af75e3.tar.gz |
Fixed typo.
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index da25c0418..86008495d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -657,7 +657,7 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1553/">Bug #1553</a>. </li> <li> - C++ lexer recognizes C++11 user-defined lierals and applies lexical class SCE_C_USERLITERAL. + C++ lexer recognizes C++11 user-defined literals and applies lexical class SCE_C_USERLITERAL. </li> <li> C++ lexer allows single quote characters as digit separators in numeric literals like 123'456 as this is |