File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ it have a consistent experience.
25
25
#### Indentation and spacing
26
26
27
27
When writing code for the testing library, use two spaces for indentation. Wrap
28
- comments (especially long block comments) at 80 columns. Code does not need to
29
- be wrapped at 80 columns, however it is recommended that long argument lists be
30
- broken up across multiple lines if doing so improves readability.
28
+ comments (especially long block comments) at 80 columns. Code doesn't need to
29
+ be wrapped at 80 columns, however, it's recommended that you break up long
30
+ argument lists up across multiple lines if doing so improves readability.
31
31
32
32
#### Symbol names and API design
33
33
34
- New API should follow the rules documented in Swift's
34
+ New API should follow the rules documented in the Swift
35
35
[ API Design Guidelines] ( https://www.swift.org/documentation/api-design-guidelines/ ) .
36
36
37
37
Swift symbols that, for technical reasons, must be ` public ` but which are not
You can’t perform that action at this time.
0 commit comments