This commit is contained in:
Waffle 2020-12-30 17:06:52 +03:00
parent 114d1c3efb
commit 6004d9189c

View file

@ -102,8 +102,8 @@ impl Bot {
/// Sets a custom API URL.
///
/// For example, you can run your own [Telegram bot API server][tbas] and set
/// its URL using this method.
/// For example, you can run your own [Telegram bot API server][tbas] and
/// set its URL using this method.
///
/// [tbas]: https://github.com/tdlib/telegram-bot-api
///