Skip to content

Commit e7b6603

Browse files
committed
Update AccessControl.md
1 parent 44376f5 commit e7b6603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ stringToEdit.value = "This string will be tracked."
688688
stringToEdit.value += " This edit will increment numberOfEdits."
689689
stringToEdit.value += " So will this one."
690690
print("The number of edits is \(stringToEdit.numberOfEdits)")
691-
// 打印"The number of edits is 3"
691+
// 打印The number of edits is 3
692692
```
693693

694694
<!--

0 commit comments

Comments
 (0)