Skip to content

Commit e90b190

Browse files
committed
...
1 parent 3473559 commit e90b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ enum StopLight {
1717
}
1818
```
1919

20-
We call them enums because they enumerate multiple different possibilities.
20+
Enums are types with fixed sets of allowed values. We call them enums because they enumerate multiple different possibilities.

0 commit comments

Comments
 (0)