Update src/core/requests/send_venue.rs

Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Mishko torop'izhko 2019-09-13 15:08:50 +03:00 committed by GitHub
parent 766be3381d
commit 1f4ec47f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ struct SendVenue<'a> {
pub longitude: f64,
/// Name of the venue
pub title: String,
/// Address of the venue
/// Address of the venue
pub address: String,
/// Foursquare identifier of the venue
#[serde(skip_serializing_if = "Option::is_none")]