Fix C++ interface name.

This commit is contained in:
levlam 2024-05-12 23:25:35 +03:00
parent 2cd58aa9df
commit af954008e6

View File

@ -496,7 +496,7 @@ function getTargetName(target) {
case 'iOS':
return '<a href="https://github.com/tdlib/td#using-json">JSON</a>';
case 'tdclient':
return '<a href="https://github.com/tdlib/td#using-cxx">a simple and convenient C++11-interface</a>';
return '<a href="https://github.com/tdlib/td#using-cxx">simple and convenient C++11</a>';
case 'JNI':
case 'Android':
return '<a href="https://github.com/tdlib/td#using-java">native ' + target + '</a>';