diff options
author | Neil <nyamatongwe@gmail.com> | 2023-12-27 20:55:03 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-12-27 20:55:03 +1100 |
commit | d43efffed7ad01b42cc31b3752f9e582732ebbf3 (patch) | |
tree | 5135095ec4c3c29d050b85725a53cfe211503c2c | |
parent | 1c5689ead6bc1b7c62886574422c98ab4ce4889d (diff) | |
download | scintilla-mirror-d43efffed7ad01b42cc31b3752f9e582732ebbf3.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 5cd55cfde..368343aec 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -592,7 +592,7 @@ </li> <li> Add IDocumentEditable interface to allow efficient interaction with document objects which may not be visible in - a Scintilla instance. This feature is provisonal and may change before being declared stable. + a Scintilla instance. This feature is provisional and may change before being declared stable. For better type-safety, the ScintillaCall C++ API uses IDocumentEditable* where void* was used before which may require changes to client code that uses document pointer APIs DocPointer, SetDocPointer, CreateDocument, AddRefDocument, and ReleaseDocument. |