Skip to content

Commit 248413c

Browse files
author
rose.ding
committed
Fix #1400
1 parent 6e96047 commit 248413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-6.docc/LanguageGuide/Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ print("highest unlocked level is now \(LevelTracker.highestUnlockedLevel)")
528528
```
529529
-->
530530

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

533533
```swift
534534
player = Player(name: "Beto")

0 commit comments

Comments
 (0)