1
0
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:
Jason J Ayala P
2014-09-19 20:33:21 -05:00
parent 7c450ebc0c
commit 86022f3f3f

View File

@@ -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