diff options
author | Zufu Liu <unknown> | 2019-05-22 15:17:55 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2019-05-22 15:17:55 +1000 |
commit | 3018a2890c076b33159adc6655586c39e2693b22 (patch) | |
tree | 87736ec9435e96c1a3364b5a7484c4fe1a5ccb82 | |
parent | e2ac00d7e452d30d4fc005647d503fd247c13ba5 (diff) | |
download | scintilla-mirror-3018a2890c076b33159adc6655586c39e2693b22.tar.gz |
Fix orphan text, moving to where it should be.
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 961babc34..f55df4723 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -273,12 +273,11 @@ <td>○ <a class="toc" href="#ByCharacterOrCodeUnit">By character or UTF-16 code unit</a></td> <td>○ <a class="toc" href="#MultipleSelectionAndVirtualSpace">Multiple Selection and Virtual Space</a></td> - scrolling</a></td> </tr> <tr> - <td>○ <a class="toc" href="#ScrollingAndAutomaticScrolling">Scrolling and automatic + <td>○ <a class="toc" href="#ScrollingAndAutomaticScrolling">Scrolling and automatic scrolling</a></td> <td>○ <a class="toc" href="#WhiteSpace">White space</a></td> |