aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-05-25 11:47:08 +0000
committernyamatongwe <devnull@localhost>2004-05-25 11:47:08 +0000
commit8e7b36a79930c6665cbbb9fd8f62753b25bf1546 (patch)
treed6d84853b39fabc9a403efd163377c59e93a6480
parent88ac13a64c7bf7be2d03b32c376d79242fcb1f71 (diff)
downloadscintilla-mirror-8e7b36a79930c6665cbbb9fd8f62753b25bf1546.tar.gz
Fixed grammar error.
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index bed9c0b0c..f0e80fc61 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2397,7 +2397,7 @@ struct TextToFind {
<h2 id="TabsAndIndentationGuides">Tabs and Indentation Guides</h2>
- <p>Indentation (the white space at the start of a line) if often used by programmers to clarify
+ <p>Indentation (the white space at the start of a line) is often used by programmers to clarify
program structure and in some languages, for example Python, it may be part of the language
syntax. Tabs are normally used in editors to insert a tab character or to pad text with spaces
up to the next tab.</p>