diff options
author | Neil <nyamatongwe@gmail.com> | 2021-06-02 08:38:59 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-06-02 08:38:59 +1000 |
commit | d91b39b2c25e4781ece8c253404afad04cb52e05 (patch) | |
tree | 7d4b66fac41b035c159b174ff2906fb827568849 /include | |
parent | dd2e63b2de6e62634baf18e8c7b960941378954b (diff) | |
download | scintilla-mirror-d91b39b2c25e4781ece8c253404afad04cb52e05.tar.gz |
Fix comment.
Diffstat (limited to 'include')
-rw-r--r-- | include/Scintilla.iface | 2 |
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) |