Skip to content

Commit 72e3335

Browse files
committed
Update CONTRIBUTING.md
1 parent 6561ca9 commit 72e3335

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Contributing
22

3-
Here provided info about contribution process and recommendations.
3+
This section provides detailed information on the contribution process and offers valuable recommendations.
44

55
## Codestyle
66

77
### Marks
88

9-
For clean struct code good is using marks.
9+
For better organization and readability of the code structure, it's advisable to utilize 'marks'.
1010

1111
```swift
1212
class Example {
@@ -26,4 +26,4 @@ Here you find all which using in project:
2626
- // MARK: - Private
2727
- // MARK: - Internal
2828
- // MARK: - Models
29-
- // MARK: - Ovveride
29+
- // MARK: - Override

0 commit comments

Comments
 (0)