Skip to content

Commit fb3ae57

Browse files
Update RELEASES.md
Co-Authored-By: Aaronepower <[email protected]>
1 parent 6c71e7d commit fb3ae57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Language
1515
}
1616

1717
fn main() {
18-
let state = Creature::Crab("Ferrous");
18+
let state = Creature::Crab("Ferris");
1919

2020
if let Creature::Crab(name) | Creature::Person(name) = state {
2121
println!("This creature's name is: {}", name);

0 commit comments

Comments
 (0)