Update RELEASES.md

Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
This commit is contained in:
Who? Me?! 2019-02-09 11:39:06 +01:00 committed by GitHub
parent 6c71e7d3f7
commit fb3ae5738a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);