From ecf90c8c0535e2a0123bfcce40066613b49977ec Mon Sep 17 00:00:00 2001
From: Waffle Maybe <waffle.lapkin@gmail.com>
Date: Thu, 24 Mar 2022 17:51:34 +0400
Subject: [PATCH] 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::*;