Skip to content

Commit

Permalink
Fix typo emebd -> embed (serenity-rs#2911)
Browse files Browse the repository at this point in the history
  • Loading branch information
onzecki authored Jul 11, 2024
1 parent facf1ed commit 8bbc1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/create_embed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl From<Embed> for CreateEmbed {
}
}

/// A builder to create the author data of an emebd. See [`CreateEmbed::author`]
/// A builder to create the author data of an embed. See [`CreateEmbed::author`]
#[derive(Clone, Debug, Serialize)]
#[must_use]
pub struct CreateEmbedAuthor(EmbedAuthor);
Expand Down

0 comments on commit 8bbc1de

Please sign in to comment.