diff options
author | nyamatongwe <unknown> | 2004-08-09 22:36:33 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-08-09 22:36:33 +0000 |
commit | 1c8696856d131760a5010f285ae8fa62ca8a8d18 (patch) | |
tree | 2266f6e1cc4169359260e5b3bf0558d6617ca834 /src | |
parent | 8abd07ed165ff6ff282e01634ec0a83e59f0312c (diff) | |
download | scintilla-mirror-1c8696856d131760a5010f285ae8fa62ca8a8d18.tar.gz |
Clarifying comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.h | 2 |
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: |