From af954008e6ebda8528c5d09a774025ad64aa2a6e Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 12 May 2024 23:25:35 +0300 Subject: [PATCH] Fix C++ interface name. --- build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.html b/build.html index 73f4e3587..6250022e8 100644 --- a/build.html +++ b/build.html @@ -496,7 +496,7 @@ function getTargetName(target) { case 'iOS': return 'JSON'; case 'tdclient': - return 'a simple and convenient C++11-interface'; + return 'simple and convenient C++11'; case 'JNI': case 'Android': return 'native ' + target + '';