You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1804,7 +1804,7 @@ _You can enable the following settings in Xcode by running [this script](resourc
1804
1804
let composition =AtmosphereComposition(nitrogen: 0.78, oxygen: 0.22)
1805
1805
1806
1806
/// Generate the `atmosphere` first, **then** the `oceans`. Otherwise, the water will just boil off immediately.
1807
-
/// - Comments not preceeding declarations can use doc comments, and will not be autocorrected into regular comments.
1807
+
/// - Comments not preceding declarations can use doc comments, and will not be autocorrected into regular comments.
1808
1808
/// This can be useful because Xcode applies markdown styling to doc comments but not regular comments.
1809
1809
generateAtmosphere(using: composition)
1810
1810
generateOceans()
@@ -1833,7 +1833,7 @@ _You can enable the following settings in Xcode by running [this script](resourc
1833
1833
}
1834
1834
```
1835
1835
1836
-
Regular comments are also allowed before a grouped block of delcarations, since it's possible that the comment refers to the block as a whole rather than just the following declaration:
1836
+
Regular comments are also allowed before a grouped block of declarations, since it's possible that the comment refers to the block as a whole rather than just the following declaration:
0 commit comments