diff options
| author | nyamatongwe <devnull@localhost> | 2011-05-12 19:46:46 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-05-12 19:46:46 +1000 |
| commit | 39f72c523d1ddd1bd96028260348dcb164a15874 (patch) | |
| tree | c3c3f286f87acb34728bdd22fd8403915d7d39de | |
| parent | 35c10023624558d88c9bd4c44a1eff867cd89b3b (diff) | |
| download | scintilla-mirror-39f72c523d1ddd1bd96028260348dcb164a15874.tar.gz | |
Fixed typo.
| -rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 6511269a5..50a7ed477 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -79,7 +79,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 3/May/2011 NH</p> + <p>Last edited 12/May/2011 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -5853,7 +5853,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE</a>(lineNumber); <p><b id="SCN_UPDATEUI">SCN_UPDATEUI</b><br /> Either the text or styling of the document has changed or the selection range or scroll position has changed. Now would be a good time to update any container UI elements that depend on document or view state. - The <code>updated</code> field is set to the bit set of things changed since the previous notiication.</p> + The <code>updated</code> field is set to the bit set of things changed since the previous notification.</p> <table cellpadding="1" cellspacing="2" border="0" summary="Modify notification type flags"> <tbody> <tr> |
