diff --git a/Cargo.toml b/Cargo.toml index 9b2258a..5043157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "2.2.11" authors = ["Justin Duch "] edition = "2021" license = "MIT" -description = "Simple and (a)syncronous Reddit API wrapper" +description = "Simple and (a)synchronous Reddit API wrapper" readme = "README.md" documentation = "https://docs.rs/roux" repository = "https://github.com/halcyonnouveau/roux" diff --git a/src/models/friend/mod.rs b/src/models/friend/mod.rs index 00266ca..982603f 100644 --- a/src/models/friend/mod.rs +++ b/src/models/friend/mod.rs @@ -1,4 +1,4 @@ -//! # Inbox Reponses +//! # Inbox Responses use serde::Deserialize; /// The response from an add friend request #[derive(Debug, Deserialize)] diff --git a/src/models/inbox/mod.rs b/src/models/inbox/mod.rs index 69ecae9..9c275f2 100644 --- a/src/models/inbox/mod.rs +++ b/src/models/inbox/mod.rs @@ -1,4 +1,4 @@ -//! # Inbox Reponses +//! # Inbox Responses use serde::Deserialize; use crate::models::response::BasicListing; diff --git a/src/models/me/mod.rs b/src/models/me/mod.rs index 4eb688a..c54df2f 100644 --- a/src/models/me/mod.rs +++ b/src/models/me/mod.rs @@ -253,7 +253,7 @@ impl Me { } /// Get submissions by id - /// `ids`: the fullnames of submisions to get, comma seperated + /// `ids`: the fullnames of submisions to get, comma separated #[maybe_async::maybe_async] pub async fn get_submissions(&self, ids: &str) -> Result { let url = format!("/by_id/{ids}"); diff --git a/src/models/submission/mod.rs b/src/models/submission/mod.rs index 5b93a21..8a96eec 100644 --- a/src/models/submission/mod.rs +++ b/src/models/submission/mod.rs @@ -24,7 +24,7 @@ pub struct SubmissionData { /// This is `Some(true)` if the logged-in user has upvoted this submission, `Some(false)` if /// the user has downvoted this submission or `None` if the user has not voted. pub likes: Option, - /// If a specifc sort method is suggested, this is set to the string name of it, otherwise + /// If a specific sort method is suggested, this is set to the string name of it, otherwise /// it is `None`. /// # Possible values /// - top