aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-08-09 22:36:33 +0000
committernyamatongwe <devnull@localhost>2004-08-09 22:36:33 +0000
commit1f489514895d4b4ad9e0ec850f8ed1a4cc30aa1f (patch)
tree2266f6e1cc4169359260e5b3bf0558d6617ca834 /src
parent2dc72bf754d9b804d1b499aa136f552ad6d1b94c (diff)
downloadscintilla-mirror-1f489514895d4b4ad9e0ec850f8ed1a4cc30aa1f.tar.gz
Clarifying comment.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 181e1ffd4..e14cb5ed9 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -127,7 +127,7 @@ public:
/**
* Hold a piece of text selected for copying or dragging.
- * The text is expected to hold a terminating '\0'.
+ * The text is expected to hold a terminating '\0' and this is counted in len.
*/
class SelectionText {
public: