mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
fix typos
This commit is contained in:
parent
812f6ef45e
commit
d5ad882999
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ where
|
|||
// the used arguments we model this as `...` and `..._inline` pairs of methods.
|
||||
//
|
||||
// Currently inline versions have wrong Payload::NAME (ie with the "Inline"
|
||||
// sufix). This removes the sufix allowing to call the right telegram method.
|
||||
// suffix). This removes the suffix allowing to call the right telegram method.
|
||||
// Note that currently there are no normal telegram methods ending in "Inline",
|
||||
// so this is fine.
|
||||
//
|
||||
|
@ -70,7 +70,7 @@ where
|
|||
// the used arguments we model this as `...` and `..._inline` pairs of methods.
|
||||
//
|
||||
// Currently inline versions have wrong Payload::NAME (ie with the "Inline"
|
||||
// sufix). This removes the sufix allowing to call the right telegram method.
|
||||
// suffix). This removes the suffix allowing to call the right telegram method.
|
||||
// Note that currently there are no normal telegram methods ending in "Inline",
|
||||
// so this is fine.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue