Skip to content

Commit

Permalink
Fix C++ interface name.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed May 12, 2024
1 parent 2cd58aa commit af95400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
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>';
Expand Down

0 comments on commit af95400

Please sign in to comment.