Skip to content

Commit 429eb87

Browse files
author
Neil
committed
Typo.
1 parent 6244068 commit 429eb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

8. Enumerations.playground/section-1.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Rather that containing "one of a set of integer values" like most C-like languages, Swift's
66
// enumerations can be thought of as holding one named type of a given set of named types.
77
//
8-
// To clarify: Rather than holding an ingeger value that has been pre-defined integer value
8+
// To clarify: Rather than holding an integer value that has been pre-defined integer value
99
// (Error = -1, Success = 0) an enumeration in Swift only associates a name with a type (like
1010
// Int, String, Tuple, etc.) These elements of the enumeration can then be assigned "Associated
1111
// Values." For example, an enumeration can store an "Error" which is a Tuple with an Int value

0 commit comments

Comments
 (0)