mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Fix formatting
This commit is contained in:
parent
7b18d62296
commit
a59fb0ddea
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use teloxide_core::requests::Requester;
|
||||||
/// REPLs are meant only for simple bots and rapid prototyping. If you need to
|
/// REPLs are meant only for simple bots and rapid prototyping. If you need to
|
||||||
/// supply dependencies or describe more complex dispatch logic, please use
|
/// supply dependencies or describe more complex dispatch logic, please use
|
||||||
/// [`Dispatcher`].
|
/// [`Dispatcher`].
|
||||||
///
|
///
|
||||||
/// See also: ["Dispatching or
|
/// See also: ["Dispatching or
|
||||||
/// REPLs?"](dispatching/index.html#dispatching-or-repls)
|
/// REPLs?"](dispatching/index.html#dispatching-or-repls)
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue