diff options
| author | levlam <levlam@telegram.org> | 2024-05-12 23:25:35 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-05-12 23:25:35 +0300 |
| commit | af954008e6ebda8528c5d09a774025ad64aa2a6e (patch) | |
| tree | 047ede74ca572bf5e8d3a53d0983e3175068714f /build.html | |
| parent | 2cd58aa9dfff095330b1e19d9c927cda1129337a (diff) | |
Fix C++ interface name.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<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>'; |
