Skip to content

Commit

Permalink
Merge pull request #1405 from SwiftGGTeam/swift-6-beta-translation
Browse files Browse the repository at this point in the history
Swift 6 beta translation
  • Loading branch information
chenranj authored Dec 28, 2024
2 parents ed524e2 + 248413c commit fb1c4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-6.docc/LanguageGuide/Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ print("highest unlocked level is now \(LevelTracker.highestUnlockedLevel)")
```
-->

如果你创建第二个玩家,并尝试将其移动到尚未被任何玩家解锁的关卡,那么尝试设置玩家的当前等级时会失败
如果你创建第二个玩家,并尝试将其移动到尚未被任何玩家解锁的关卡,那么尝试设置玩家的当前关卡时会失败

```swift
player = Player(name: "Beto")
Expand Down

0 comments on commit fb1c4a5

Please sign in to comment.