We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3473559 commit e90b190Copy full SHA for e90b190
src/enums.md
@@ -17,4 +17,4 @@ enum StopLight {
17
}
18
```
19
20
-We call them enums because they enumerate multiple different possibilities.
+Enums are types with fixed sets of allowed values. We call them enums because they enumerate multiple different possibilities.
0 commit comments