Skip to content

Commit a2e289b

Browse files
authored
Merge pull request #2892 from lcnr/patch-1
typo in RFC2005
2 parents 0af069f + 8872e14 commit a2e289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2005-match-ergonomics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ match &Some(3) {
257257

258258
// Desugared:
259259
match &Some(3) {
260-
&Some(ref P) => {
260+
&Some(ref p) => {
261261
...
262262
},
263263
x => {

0 commit comments

Comments
 (0)