diff options
author | nyamatongwe <unknown> | 2010-04-08 23:44:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-04-08 23:44:14 +0000 |
commit | 6331a1addc69be5f22a09f9f23f09a840cf6560c (patch) | |
tree | 772a8a230ad98a31ae9048ac02f6a1465a82b212 | |
parent | 0f7d19244dfbc3c36e2c4e08ad85a78543a963f9 (diff) | |
download | scintilla-mirror-6331a1addc69be5f22a09f9f23f09a840cf6560c.tar.gz |
Clearer text and explanations.
-rw-r--r-- | doc/ScintillaHistory.html | 2 | ||||
-rw-r--r-- | doc/index.html | 2 |
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> |