Skip to content

Commit 8872e14

Browse files
authored
typo in RFC2005
1 parent 0af069f commit 8872e14

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)