From d91b39b2c25e4781ece8c253404afad04cb52e05 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 2 Jun 2021 08:38:59 +1000 Subject: Fix comment. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3