Merge pull request #20 from notriddle/patch-1

Replace `SkyState` with `ThingsInTheSky`
pull/22/head
Dhghomon 4 years ago committed by GitHub
commit 97a5cfce40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1845,7 +1845,7 @@ An `enum` is short for enumerations. They look similar to a struct, but are diff
So structs are for **many things** together, while enums are for **many choices** together.
To declare an enum, write `enum` and use a code block with the options, separated by commas. We will create an enum called `SkyState`:
To declare an enum, write `enum` and use a code block with the options, separated by commas. We will create an enum called `ThingsInTheSky`:
```rust
enum ThingsInTheSky {

Loading…
Cancel
Save