mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-23 23:03:40 +02:00
proof reading
This commit is contained in:
@@ -97,7 +97,7 @@ when compileBadCode:
|
|||||||
# More Types and Data Structures
|
# More Types and Data Structures
|
||||||
#
|
#
|
||||||
|
|
||||||
# Enumerations allow a type to be one of a limited number of values
|
# Enumerations allow a type to have one of a limited number of values
|
||||||
|
|
||||||
type
|
type
|
||||||
Color = enum cRed, cBlue, cGreen
|
Color = enum cRed, cBlue, cGreen
|
||||||
|
Reference in New Issue
Block a user