diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-02-09 11:39:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-09 11:39:06 +0100 |
| commit | fb3ae5738a2d2f1ff236c979ac75f85f1aba0061 (patch) | |
| tree | c1129e2379f9f7305ee4777a75c785a7e56b9905 | |
| parent | 6c71e7d3f7584e2a6d4a41dc7359ea3e06a58328 (diff) | |
| download | rust-fb3ae5738a2d2f1ff236c979ac75f85f1aba0061.tar.gz rust-fb3ae5738a2d2f1ff236c979ac75f85f1aba0061.zip | |
Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
| -rw-r--r-- | RELEASES.md | 2 |
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); |
