diff options
author | Neil <nyamatongwe@gmail.com> | 2015-11-02 08:37:49 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-11-02 08:37:49 +1100 |
commit | c07bac2a0c89da2a82cd96f2e9ba5fac6b68ef75 (patch) | |
tree | 15580c9f2ffa23e2b0e1419afddae6f416b49dff | |
parent | d58aaaebea6ea6ee741acc663f4cc7ff116ac245 (diff) | |
download | scintilla-mirror-c07bac2a0c89da2a82cd96f2e9ba5fac6b68ef75.tar.gz |
Fix typo.
-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 9f5155098..3b025531a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -516,7 +516,7 @@ </li> <li> SciTE adds an output.blank.margin.left property to allow setting the output pane - margin to a different width that the edit pane. + margin to a different width than the edit pane. </li> <li> CoffeeScript lexer highlights ranges correctly. |