Skip to content

Commit a224455

Browse files
sameoldmadnessrayfix
authored andcommitted
Add link to API Design Guidlines (kodecocodes#191)
1 parent ab609e7 commit a224455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class app_widgetContainer {
8282
}
8383
```
8484

85-
Abbreviations and acronyms should generally be avoided. Following the Apple Design Guidelines, abbreviations and initialisms that appear in all uppercase should be uniformly uppercase or lowercase. Examples:
85+
Abbreviations and acronyms should generally be avoided. Following the [API Design Guidelines](https://swift.org/documentation/api-design-guidelines/#follow-case-conventions), abbreviations and initialisms that appear in all uppercase should be uniformly uppercase or lowercase. Examples:
8686

8787
**Preferred**
8888
```swift

0 commit comments

Comments
 (0)