aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-08-07 14:45:22 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-08-07 14:45:22 -0400
commit170f1fd141bf3b1be12aad4f7a5ae874f3d53789 (patch)
treeff4ccdd406d1eb74cc9630b6d912d5c4375d12ef /doc
parent712714e6b77cd1da6d02b764ad3c3dade0b94704 (diff)
downloadtextadept-170f1fd141bf3b1be12aad4f7a5ae874f3d53789.tar.gz
textadept-170f1fd141bf3b1be12aad4f7a5ae874f3d53789.zip
Fixed typo; doc/14_Appendix.md
Diffstat (limited to 'doc')
-rw-r--r--doc/14_Appendix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index 0c1d98ed..492d1ad7 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -306,7 +306,7 @@ features in its editing component Scintilla:
* Margins are overwritten by long lines when scrolling to the right.
* Marker types other than `SC_MARK_CHARACTER` are not drawn (pixmap surfaces are
not supported and `surface->LineTo()` is not supported for drawing marker
- shapes and ).
+ shapes).
* Mouse interactions, cursor types, and hotspots are not supported.
* Only 8 colors are supported: black (`0x000000`), red (`0xFF0000`), green
(`0x00FF00`), yellow (`0xFFFF00`), blue (`0x0000FF`), magenta (`0xFF00FF`),