You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# HandySwift
2
2
3
-
The goal of this library is to provide handy features that didn't make it to the Swift standard library (yet) due to many different reasons like the Swift community wanting to keep the standard library clean and manageable or simply hasn't finished discussion yet.
3
+
The goal of this library is to provide handy features that didn't make it to the Swift standard library (yet) due to many different reasons. Those could be that the Swift community wants to keep the standard library clean and manageable or simply hasn't finished discussion on a specific feature yet.
4
4
5
5
## Installation
6
6
@@ -29,9 +29,9 @@ Please have a look at the UsageExamples.playground for a complete list of featur
29
29
Contributions are welcome. Please just open an Issue on GitHub to discuss a point or request a feature or send a Pull Request with your suggestion. If there's a related discussion on the Swift Evolution mailing list, please also post the thread name with a link.
30
30
31
31
Pull requests with new features will only be accepted when the following are given:
32
-
- The feature is handy but not (yet) part of the Swift standard library.
33
-
- Tests for the new feature exist and all tests pass successfully.
34
-
- Usage examples of the new feature are given in the Playgrounds.
32
+
- The feature is **handy** but not (yet) part of the Swift standard library.
33
+
-**Tests** for the new feature exist and all tests pass successfully.
34
+
-**Usage examples** of the new feature are given in the Playgrounds.
35
35
36
36
## License
37
37
This library is released under the [MIT License](http://opensource.org/licenses/MIT). See LICENSE for details.
0 commit comments