Skip to content

Commit 6198554

Browse files
committed
chore: 调整缩进
1 parent 6acb935 commit 6198554

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ class City {
737737

738738
<!--
739739
- test: `implicitlyUnwrappedOptionals`
740+
740741
```swifttest
741742
-> class Country {
742743
let name: String
@@ -776,7 +777,8 @@ print("\(country.name)'s capital city is called \(country.capitalCity.name)")
776777

777778
<!--
778779
- test: `implicitlyUnwrappedOptionals`
779-
```swifttest
780+
781+
```swifttest
780782
-> var country = Country(name: "Canada", capitalName: "Ottawa")
781783
-> print("\(country.name)'s capital city is called \(country.capitalCity.name)")
782784
<- Canada's capital city is called Ottawa
@@ -825,7 +827,8 @@ class HTMLElement {
825827

826828
<!--
827829
- test: `strongReferenceCyclesForClosures`
828-
```swifttest
830+
831+
```swifttest
829832
-> class HTMLElement {
830833
---
831834
let name: String

0 commit comments

Comments
 (0)