aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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: