diff options
author | nyamatongwe <devnull@localhost> | 2004-05-25 11:47:08 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-05-25 11:47:08 +0000 |
commit | 8e7b36a79930c6665cbbb9fd8f62753b25bf1546 (patch) | |
tree | d6d84853b39fabc9a403efd163377c59e93a6480 | |
parent | 88ac13a64c7bf7be2d03b32c376d79242fcb1f71 (diff) | |
download | scintilla-mirror-8e7b36a79930c6665cbbb9fd8f62753b25bf1546.tar.gz |
Fixed grammar error.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
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> |