aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-05-26 10:55:43 +0000
committernyamatongwe <unknown>2008-05-26 10:55:43 +0000
commit93279b53bac70bd43e1aea42865732dea8de0aa9 (patch)
treea96aa2cfcc33092aca73c95f23c3d3dda125c9f9
parentea0aaa86b8170178d198038ae5e0709541f5b342 (diff)
downloadscintilla-mirror-93279b53bac70bd43e1aea42865732dea8de0aa9.tar.gz
More accurate comment.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 8641c6d91..edecbec51 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -104,7 +104,7 @@ fun void ClearAll=2004(,)
# Set all style bytes to 0, remove all folding information.
fun void ClearDocumentStyle=2005(,)
-# Returns the number of characters in the document.
+# Returns the number of bytes in the document.
get int GetLength=2006(,)
# Returns the character byte at the position.