File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ $(SPEC_S Deprecated Features,
5959 )
6060
6161$(H3 $(DEPNAME Implicit comparison of different enums))
62- $(P Currently, comparison of different enumerated type is allowed:
62+ $(P Comparison of different enumerated type was allowed:
6363 ---
6464 enum Status
6565 {
@@ -95,14 +95,14 @@ $(H4 Rationale)
9595 ---
9696
9797$(H3 $(DEPNAME Implicit string concatenation))
98- $(P Currently, two adjacent strings are implicitly concatenated:
98+ $(P Two adjacent strings were implicitly concatenated:
9999
100100 ---
101101 string foo = "Hello" "World";
102102 ---
103103
104- This feature is handy for a long string that spans multiple lines,
105- however it is possible to get the same behaviour explicitly by
104+ This feature was handy for a long string that spans multiple lines,
105+ however, it is possible to get the same behaviour explicitly by
106106 using the concatenation operator ('~'):
107107
108108 ---
You can’t perform that action at this time.
0 commit comments