diff options
| -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> | 
