We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6561ca9 commit 72e3335Copy full SHA for 72e3335
CONTRIBUTING.md
@@ -1,12 +1,12 @@
1
# Contributing
2
3
-Here provided info about contribution process and recommendations.
+This section provides detailed information on the contribution process and offers valuable recommendations.
4
5
## Codestyle
6
7
### Marks
8
9
-For clean struct code good is using marks.
+For better organization and readability of the code structure, it's advisable to utilize 'marks'.
10
11
```swift
12
class Example {
@@ -26,4 +26,4 @@ Here you find all which using in project:
26
- // MARK: - Private
27
- // MARK: - Internal
28
- // MARK: - Models
29
-- // MARK: - Ovveride
+- // MARK: - Override
0 commit comments