Skip to content

Commit c838b6a

Browse files
authored
Fix typo: case ColorVariant -> enum ColorVariant
1 parent 93575ec commit c838b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0451-escaped-identifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Using raw identifiers for test naming fits very well with Swift's philosophy of
156156
Raw identifiers would provide a clean solution to the cases where the most natural name for an identifier is numeric. Considering the color design system again, we could write:
157157

158158
```swift
159-
case ColorVariant {
159+
enum ColorVariant {
160160
case `50`
161161
case `100`
162162
case `200`

0 commit comments

Comments
 (0)