Fix a documentation typo

This commit is contained in:
Temirkhan Myrzamadi 2021-02-27 18:38:02 +06:00
parent 7e43c4d321
commit 466dbe6f8d

View file

@ -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);