Skip to content

Commit eb7a2e8

Browse files
[Edit] Swift: Tuples
* clarifies note about naming convention * removes code markdown to follow Codecademy Docs style guide * Update tuples.md ---------
1 parent 5913b8d commit eb7a2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/swift/concepts/tuples/tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CatalogContent:
2424
var myTuple = (value1, value2, ...)
2525
```
2626

27-
> **Note:** Names should be in camelCase.
27+
> **Note:** Variable names and property names in Swift should follow the [API Design Guidelines](https://www.swift.org/documentation/api-design-guidelines/) and be in lowerCamelCase.
2828
2929
## Accessing and Changing Values
3030

0 commit comments

Comments
 (0)