about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2019-02-09 11:39:06 +0100
committerGitHub <noreply@github.com>2019-02-09 11:39:06 +0100
commitfb3ae5738a2d2f1ff236c979ac75f85f1aba0061 (patch)
treec1129e2379f9f7305ee4777a75c785a7e56b9905
parent6c71e7d3f7584e2a6d4a41dc7359ea3e06a58328 (diff)
downloadrust-fb3ae5738a2d2f1ff236c979ac75f85f1aba0061.tar.gz
rust-fb3ae5738a2d2f1ff236c979ac75f85f1aba0061.zip
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b63ed9cda9c..9be10b0cb71 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -15,7 +15,7 @@ Language
   }
 
   fn main() {
-    let state = Creature::Crab("Ferrous");
+    let state = Creature::Crab("Ferris");
 
     if let Creature::Crab(name) | Creature::Person(name) = state {
       println!("This creature's name is: {}", name);