Skip to content

Commit eac5176

Browse files
committed
Update README.md
1 parent 51e2eea commit eac5176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SwiftCodingStyle
22

3-
#### Structs vs. Classes =====
3+
#### Structs vs. Classes
44

55
Use Structures over Classes whenever possible.
66
Structures are always copied when they are passed around in your code, and do not use reference counting, so that makes them both faster and easier to reason about, because you know no one else can modify them.

0 commit comments

Comments
 (0)