aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-04-08 23:44:14 +0000
committernyamatongwe <devnull@localhost>2010-04-08 23:44:14 +0000
commit0f465ec89e4384e2b29fa44af74f37f4caf43e7e (patch)
tree772a8a230ad98a31ae9048ac02f6a1465a82b212
parent6a0643fce784e1afe5ff87908847e16d1f2f1014 (diff)
downloadscintilla-mirror-0f465ec89e4384e2b29fa44af74f37f4caf43e7e.tar.gz
Clearer text and explanations.
-rw-r--r--doc/ScintillaHistory.html2
-rw-r--r--doc/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 055a5bd03..3a1f45006 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -363,7 +363,7 @@
Released 9 April 2010.
</li>
<li>
- Fixes compatibility of Scintilla.h with C language.
+ Fixes compatibility of Scintilla.h with the C language.
</li>
<li>
With a rectangular selection SCI_GETSELECTIONSTART and SCI_GETSELECTIONEND return limits of the
diff --git a/doc/index.html b/doc/index.html
index 2ef674e99..82bd26d9d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -71,7 +71,7 @@
</tr>
</table>
<ul id="versionlist">
- <li>Version 2.11 fixes compatibility with C language.</li>
+ <li>Version 2.11 fixes compatibility with the C language.</li>
<li>Version 2.10 performs case insensitive search and upper and lower casing for non-ASCII characters.
Support for version 1.x of GTK+ removed.</li>
<li>Version 2.03 fixes some problems with rectangular selection.</li>