diff options
| -rw-r--r-- | src/builder/create_embed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/builder/create_embed.rs b/src/builder/create_embed.rs index 6fcc2ce..c3c4cb0 100644 --- a/src/builder/create_embed.rs +++ b/src/builder/create_embed.rs @@ -112,7 +112,7 @@ impl CreateEmbed { /// add to them. /// /// **Note**: Maximum amount of characters you can put is 256 in a field - /// name and 1024 in a field value and a field is inline by default. + /// name and 1024 in a field value. pub fn field<T, U>(mut self, name: T, value: U, inline: bool) -> Self where T: Display, U: Display { { |