diff options
author | Neil <nyamatongwe@gmail.com> | 2024-03-23 07:35:43 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2024-03-23 07:35:43 +1100 |
commit | 9e9569bf65242305777562263cdacffbf99d03f5 (patch) | |
tree | 3c06a17ca86976207c9c8a168e44acffe9e3d8ac | |
parent | c182518c469fcb28bacf84ec625d5c481a773803 (diff) | |
download | scintilla-mirror-9e9569bf65242305777562263cdacffbf99d03f5.tar.gz |
Remove outdated text.
-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> |