Skip to content

Commit 650cbcc

Browse files
author
Chuck Toporek
committed
Edits
- Fixed the possessive form of Swift
1 parent e2d22b7 commit 650cbcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/StyleGuide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ it have a consistent experience.
2525
#### Indentation and spacing
2626

2727
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.
3131

3232
#### Symbol names and API design
3333

34-
New API should follow the rules documented in Swift's
34+
New API should follow the rules documented in the Swift
3535
[API Design Guidelines](https://www.swift.org/documentation/api-design-guidelines/).
3636

3737
Swift symbols that, for technical reasons, must be `public` but which are not

0 commit comments

Comments
 (0)