diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-06 07:51:24 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-06 07:51:24 +1000 |
commit | 655e7160c96e37a2a5486bf8155d9d541d65d250 (patch) | |
tree | 47e97f04d384af37fbe28c491a5f233da32b0448 /doc | |
parent | 4f81c6ff0d273b06d402ac04437747e6983759a0 (diff) | |
download | scintilla-mirror-655e7160c96e37a2a5486bf8155d9d541d65d250.tar.gz |
Typo.
Diffstat (limited to 'doc')
-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 029786c5c..027497e7b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -575,7 +575,7 @@ <li> Change Perl lexer to style all line ends of comment lines in comment line style. Previously, the last character was in default style which made the characters in - \r\n line ends have mismatching styles . + \r\n line ends have mismatching styles. <a href="https://sourceforge.net/p/scintilla/bugs/2164/">Bug #2164</a>. </li> <li> |