mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 15:49:27 +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.
|
// the used arguments we model this as `...` and `..._inline` pairs of methods.
|
||||||
//
|
//
|
||||||
// Currently inline versions have wrong Payload::NAME (ie with the "Inline"
|
// 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",
|
// Note that currently there are no normal telegram methods ending in "Inline",
|
||||||
// so this is fine.
|
// so this is fine.
|
||||||
//
|
//
|
||||||
|
@ -70,7 +70,7 @@ where
|
||||||
// the used arguments we model this as `...` and `..._inline` pairs of methods.
|
// the used arguments we model this as `...` and `..._inline` pairs of methods.
|
||||||
//
|
//
|
||||||
// Currently inline versions have wrong Payload::NAME (ie with the "Inline"
|
// 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",
|
// Note that currently there are no normal telegram methods ending in "Inline",
|
||||||
// so this is fine.
|
// so this is fine.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue