diff options
author | Neil <nyamatongwe@gmail.com> | 2019-03-04 08:28:21 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-03-04 08:28:21 +1100 |
commit | c234d32ac0fbaa5de667f334e69b05d258563b8b (patch) | |
tree | 55cd90a33485d0548137b5429e315f1d11dbb66a | |
parent | eec34430734c898bc8402d23185013aba3b739f2 (diff) | |
download | scintilla-mirror-c234d32ac0fbaa5de667f334e69b05d258563b8b.tar.gz |
Backport: Fix capitalisation.
Backport of changeset 7291:cd35899fef5e.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 6be063a76..940edb7b4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -567,7 +567,7 @@ unbalanced. </li> <li> - Fix raw strings in nim. + Fix raw strings in Nim. <a href="https://sourceforge.net/p/scintilla/feature-requests/1253/">Feature #1253</a>. </li> <li> @@ -583,7 +583,7 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1262/">Feature #1262</a>. </li> <li> - Fix fold behaviour with comments in nim. + Fix fold behaviour with comments in Nim. <a href="https://sourceforge.net/p/scintilla/feature-requests/1254/">Feature #1254</a>. </li> <li> |