Commit 590ec4b 1 parent 00997d7 commit 590ec4b Copy full SHA for 590ec4b
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ submitted later if there is scope for large changes to the language RFC.
28
28
* Adding, removing, or changing a stable compiler flag
29
29
* The implementation of new language features where there is significant change
30
30
or addition to the compiler. There is obviously some room for interpretation
31
- about what consitutes a "significant" change and how much detail the
31
+ about what constitutes a "significant" change and how much detail the
32
32
implementation RFC needs. For guidance, [ associated items] ( text/0195-associated-items.md )
33
33
and [ UFCS] ( text/0132-ufcs.md ) would clearly need an implementation RFC,
34
34
[ type ascription] ( text/0803-type-ascription.md ) and
@@ -41,7 +41,7 @@ submitted later if there is scope for large changes to the language RFC.
41
41
42
42
* Bug fixes, improved error messages, etc.
43
43
* Minor refactoring/tidying up
44
- * Implmenting language features which have an accepted RFC, where the
44
+ * Implementing language features which have an accepted RFC, where the
45
45
implementation does not significantly change the compiler or require
46
46
significant new design work
47
47
* Adding unstable API for tools (note that all compiler API is currently unstable)
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ as `std` has become more conservative in favour of the much more agile cargovers
76
76
* Too marginal for std
77
77
* Significant implementation problems
78
78
79
- * A PR may also be closed because an RFC is approriate .
79
+ * A PR may also be closed because an RFC is appropriate .
80
80
81
81
* A (non-RFC) PR may be ** merged as unstable** . In this case, the feature
82
82
should have a fresh feature gate and an associated tracking issue for
Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ Examples:
643
643
``` rust
644
644
match foo {
645
645
foo => bar ,
646
- a_very_long_patten | another_pattern if an_expression () => {
646
+ a_very_long_pattern | another_pattern if an_expression () => {
647
647
no_room_for_this_expression ()
648
648
}
649
649
foo => {
You can’t perform that action at this time.
0 commit comments