Skip to content

Commit 1137b47

Browse files
committed
fix: review
1 parent cb785f7 commit 1137b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-6-beta.docc/LanguageGuide/Enumerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,10 @@ enum CompassPoint: String {
454454

455455
```swift
456456
let earthsOrder = Planet.earth.rawValue
457-
// earthsOrder is 3
457+
// earthsOrder 值为 3
458458

459459
let sunsetDirection = CompassPoint.west.rawValue
460-
// sunsetDirection is "west"
460+
// sunsetDirection 值为 "west"
461461
```
462462

463463
<!--

0 commit comments

Comments
 (0)