aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2022-08-24 13:03:23 +1000
committerNeil <nyamatongwe@gmail.com>2022-08-24 13:03:23 +1000
commit297d059674950f0bc5dee24387fd1f3950042599 (patch)
tree7043f5c03938c6fc62dc030ccba25b85863862cb
parentf9b3716262fe32331105b01bf6cf18cc4429b5b3 (diff)
downloadscintilla-mirror-297d059674950f0bc5dee24387fd1f3950042599.tar.gz
Fix typo.
-rw-r--r--doc/ScintillaHistory.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 113c5e797..20c932742 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -589,7 +589,7 @@
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator.
SC_MARK_BAR is an outlined and filled rectangle that takes the full height of the line and 1/3
of the margin width.
- To give a connected appearence, it displays even on wrapped lines and draws end caps on the first and last line.
+ To give a connected appearance, it displays even on wrapped lines and draws end caps on the first and last line.
INDIC_POINT_TOP is the same as INDIC_POINT but draws at the top of the line instead of the bottom.
INDIC_POINT and INDIC_POINTCHARACTER were tweaked to be 1 pixel taller and 2 pixels wider in
two-phase draw mode to be clearer.