diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 25dce1dbf..076e20bb5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -8698,7 +8698,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <p> The types <code>Sci_Position</code> and <code>Sci_PositionU</code> are used for positions and line numbers in the document. -With Scintilla 4, 64-bit builds define these as 64-bit types to allow future implementation of documents larger than 2 GB. +64-bit builds define these as 64-bit types to allow documents larger than 2 GB. </p> <p> |