From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintillaAPIs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en/classTQextScintillaAPIs.html') diff --git a/doc/en/classTQextScintillaAPIs.html b/doc/en/classTQextScintillaAPIs.html index e3e6974..d61a92e 100644 --- a/doc/en/classTQextScintillaAPIs.html +++ b/doc/en/classTQextScintillaAPIs.html @@ -120,7 +120,7 @@ Add the single API entry entry to the current set.

-Load the API information from the file named fname, adding it to the current set. Returns TRUE if successful, otherwise FALSE. +Load the API information from the file named fname, adding it to the current set. Returns true if successful, otherwise false.

-- cgit v1.2.3