Skip to content

Commit

Permalink
doc: punctuation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Dec 17, 2023
1 parent 37b4519 commit ecaf868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl Bot {

/// Retrieves the avatar URL of this bot.
///
/// It's format will either be PNG or GIF if animated.
/// Its format will either be PNG or GIF if animated.
#[must_use]
#[inline(always)]
pub fn avatar(&self) -> String {
Expand Down
4 changes: 2 additions & 2 deletions src/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl User {

/// Retrieves the Discord avatar URL of this user.
///
/// It's format will either be PNG or GIF if animated.
/// Its format will either be PNG or GIF if animated.
#[must_use]
#[inline(always)]
pub fn avatar(&self) -> String {
Expand Down Expand Up @@ -156,7 +156,7 @@ impl Voter {

/// Retrieves the Discord avatar URL of this user.
///
/// It's format will either be PNG or GIF if animated.
/// Its format will either be PNG or GIF if animated.
#[must_use]
#[inline(always)]
pub fn avatar(&self) -> String {
Expand Down

0 comments on commit ecaf868

Please sign in to comment.