diff --git a/src/core/requests/send_venue.rs b/src/core/requests/send_venue.rs index 4422b45f..eff1819b 100644 --- a/src/core/requests/send_venue.rs +++ b/src/core/requests/send_venue.rs @@ -15,7 +15,7 @@ struct SendVenue<'a> { pub chat_id: ChatId, /// Latitude of the venue pub latitude: f64, - /// Longitude of the venue + /// Longitude of the venue pub longitude: f64, /// Name of the venue pub title: String,