diff options
author | Neil <nyamatongwe@gmail.com> | 2013-10-14 08:29:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-10-14 08:29:15 +1100 |
commit | 33e59cf2df83e7a5ebaa494278594540b4114138 (patch) | |
tree | 1acc4d3947fce6a76c18ad05d4a6eaed61370fdd | |
parent | 754c30407bb1273a6be74878d8f62250fc4c423d (diff) | |
download | scintilla-mirror-33e59cf2df83e7a5ebaa494278594540b4114138.tar.gz |
Remove line end whitespace.
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4fb3a1194..5615c8f94 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -499,7 +499,7 @@ </li> <li> On Cocoa, clients may customize SCIContentView by subclassing both SCIContentView and ScintillaView - and implementing the contentViewClass class method on the ScintillaView subclass to return the class of + and implementing the contentViewClass class method on the ScintillaView subclass to return the class of the SCIContentView subclass. </li> <li> |