Skip to content

Commit e2f0581

Browse files
authored
missed a couple tChar to wchar_t
(because original search was case-sensitive on `TCHAR`)
1 parent fbf99be commit e2f0581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/plugin-communication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ Puts that mode in the output object. (Added v8.3.3)*
10191019
**Parameters**:
10201020

10211021
*wParam [in]*
1022-
: const tChar\* languageName, the name of the language to get
1022+
: const wchar_t\* languageName, the name of the language to get
10231023

10241024
*lParam [out]*
10251025
: ExternalLexerAutoIndentMode &autoIndentMode, an object of the enumeration class ExternalLexerAutoIndentMode, with values:
@@ -2130,7 +2130,7 @@ If value is True adds an additional sunken edge style to the Scintilla window el
21302130
**Parameters**:
21312131

21322132
*wParam [in]*
2133-
: const tChar\* languageName, the name of the language to set
2133+
: const wchar_t\* languageName, the name of the language to set
21342134

21352135
*lParam [in]*
21362136
: ExternalLexerAutoIndentMode autoIndentMode, an object of the enumeration class ExternalLexerAutoIndentMode, where you supply one of the following values:

0 commit comments

Comments
 (0)