mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-22 14:23:37 +02:00
proof reading
This commit is contained in:
@@ -97,7 +97,7 @@ when compileBadCode:
|
||||
# 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
|
||||
Color = enum cRed, cBlue, cGreen
|
||||
|
Reference in New Issue
Block a user