mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix a documentation typo
This commit is contained in:
parent
7e43c4d321
commit
466dbe6f8d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use crate::{
|
|||
types::{NonStrictVec, Update},
|
||||
};
|
||||
|
||||
/// Fault tollerant version of [`GetUpdates`].
|
||||
/// The fault tolerant version of [`GetUpdates`].
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Default, Clone, Serialize)]
|
||||
#[serde(transparent)]
|
||||
pub struct GetUpdatesFaultTolerant(pub GetUpdates);
|
||||
|
|
Loading…
Add table
Reference in a new issue