aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-12-03 07:39:09 -0800
committerAustin Hellyer <[email protected]>2016-12-03 07:39:09 -0800
commit33421bb54efb7a68a5c1e1af374e9450547427d0 (patch)
treea84e12aab59ab1182345d0779e9df61cd4fb0229 /src/utils
parentMake rest::edit_profile set new token (diff)
downloadserenity-33421bb54efb7a68a5c1e1af374e9450547427d0.tar.xz
serenity-33421bb54efb7a68a5c1e1af374e9450547427d0.zip
s/rose_water/rosewater
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/colour.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/colour.rs b/src/utils/colour.rs
index e858953..4e0b3ca 100644
--- a/src/utils/colour.rs
+++ b/src/utils/colour.rs
@@ -284,7 +284,7 @@ colour! {
/// Creates a new `Colour`, setting its RGB value to `(231, 76, 60)`.
red, 0xE74C3C;
/// Creates a new `Colour`, setting its RGB value to `(246, 219, 216)`.
- rose_water, 0xF6DBD8;
+ rosewater, 0xF6DBD8;
/// Creates a new `Colour`, setting its RGB value to `(26, 188, 156)`.
teal, 0x1ABC9C;
}