File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ The codebase is maintained using the "contributor workflow" where everyone
56
56
without exception contributes patch proposals using "pull requests". This
57
57
facilitates social contribution, easy testing and peer review.
58
58
59
- To contribute a patch, the worflow is a as follows:
59
+ To contribute a patch, the workflow is as follows:
60
60
61
61
1 . Fork Repository
62
62
2 . Create topic branch
@@ -73,7 +73,7 @@ must be given to the long term technical debt. Every new features should
73
73
be covered by functional tests.
74
74
75
75
When refactoring, structure your PR to make it easy to review and don't
76
- hestitate to split it into multiple small, focused PRs.
76
+ hesitate to split it into multiple small, focused PRs.
77
77
78
78
The Minimum Supported Rust Version is 1.41.1 (enforced by our GitHub Actions).
79
79
You can’t perform that action at this time.
0 commit comments