diff options
author | Neil <nyamatongwe@gmail.com> | 2023-11-02 17:53:00 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-11-02 17:53:00 +1100 |
commit | ee4337399a12b3450e7aa427e7c826cc0b1350cc (patch) | |
tree | 96aa4ba5b54622c1ccc7e3c7f0b77eb7c681e55a /doc | |
parent | dc154f7c889703d991e9fe20bbd1b56581c42beb (diff) | |
download | scintilla-mirror-ee4337399a12b3450e7aa427e7c826cc0b1350cc.tar.gz |
Fix typo.
Diffstat (limited to 'doc')
-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 856655c91..03c7a2352 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -591,7 +591,7 @@ Released 5 November 2023. </li> <li> - Fix excesssive memory use when deleting contiguous ranges backwards. + Fix excessive memory use when deleting contiguous ranges backwards. <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/13442">Notepad++ Issue #13442</a>. </li> <li> |