We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed524e2 + 248413c commit fb1c4a5Copy full SHA for fb1c4a5
swift-6.docc/LanguageGuide/Methods.md
@@ -528,7 +528,7 @@ print("highest unlocked level is now \(LevelTracker.highestUnlockedLevel)")
528
```
529
-->
530
531
-如果你创建第二个玩家,并尝试将其移动到尚未被任何玩家解锁的关卡,那么尝试设置玩家的当前等级时会失败:
+如果你创建第二个玩家,并尝试将其移动到尚未被任何玩家解锁的关卡,那么尝试设置玩家的当前关卡时会失败:
532
533
```swift
534
player = Player(name: "Beto")
0 commit comments