Skip to content

Commit 7efbc54

Browse files
authored
Merge pull request #8 from jVirus/astemir-codeofconduct-refinements
Contributing Refinements
2 parents 6561ca9 + 72e3335 commit 7efbc54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
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)