From ecf90c8c0535e2a0123bfcce40066613b49977ec Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Thu, 24 Mar 2022 17:51:34 +0400 Subject: [PATCH 1/2] Fix a typo in documentation --- src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.rs b/src/types.rs index 751b1842..2d7e80c8 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,4 +1,4 @@ -//! Telergam API types. +//! Telegram API types. pub use allowed_update::*; pub use animation::*; From 9b3c0d88d23ecc9444341b130e06d8b57cc85bd1 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Sat, 2 Apr 2022 18:30:47 +0400 Subject: [PATCH 2/2] restart CI