diff options
author | Neil <nyamatongwe@gmail.com> | 2024-04-23 17:06:10 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-04-23 17:06:10 +1000 |
commit | 371f23c5746dfa85c48f654c4bd273135799dab8 (patch) | |
tree | 68e6f68369111fc0853490267be023e8b554b0c8 | |
parent | 39f289b9a79e3911880b0319e3e47b002cb83dfa (diff) | |
download | scintilla-mirror-371f23c5746dfa85c48f654c4bd273135799dab8.tar.gz |
Fix 5.5.0 synopsis.
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 4b1ae807c..d644ebd2a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -76,7 +76,7 @@ </tr> </table> <ul id="versionlist"> - <li>Version 5.5.0 fixes adds elements for inactive additional selections.</li> + <li>Version 5.5.0 adds elements for inactive additional selections.</li> <li>Version 5.4.3 fixes a redo bug.</li> <li>Version 5.4.2 can save and restore undo history.</li> <li>Version 5.4.1 adds IDocumentEditable interface to allow efficient interaction with document objects.</li> |