aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-06-02 08:38:59 +1000
committerNeil <nyamatongwe@gmail.com>2021-06-02 08:38:59 +1000
commitd91b39b2c25e4781ece8c253404afad04cb52e05 (patch)
tree7d4b66fac41b035c159b174ff2906fb827568849 /include
parentdd2e63b2de6e62634baf18e8c7b960941378954b (diff)
downloadscintilla-mirror-d91b39b2c25e4781ece8c253404afad04cb52e05.tar.gz
Fix comment.
Diffstat (limited to 'include')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 5a2e20feb..4c576a77b 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2929,7 +2929,7 @@ get LineEndType GetLineEndTypesActive=2658(,)
# Set the way a character is drawn.
set void SetRepresentation=2665(string encodedCharacter, string representation)
-# Set the way a character is drawn.
+# Get the way a character is drawn.
# Result is NUL-terminated.
get int GetRepresentation=2666(string encodedCharacter, stringresult representation)