Fix C++ interface name.
This commit is contained in:
parent
2cd58aa9df
commit
af954008e6
@ -496,7 +496,7 @@ function getTargetName(target) {
|
|||||||
case 'iOS':
|
case 'iOS':
|
||||||
return '<a href="https://github.com/tdlib/td#using-json">JSON</a>';
|
return '<a href="https://github.com/tdlib/td#using-json">JSON</a>';
|
||||||
case 'tdclient':
|
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 'JNI':
|
||||||
case 'Android':
|
case 'Android':
|
||||||
return '<a href="https://github.com/tdlib/td#using-java">native ' + target + '</a>';
|
return '<a href="https://github.com/tdlib/td#using-java">native ' + target + '</a>';
|
||||||
|
Loading…
Reference in New Issue
Block a user