Skip to content

Commit 074cf42

Browse files
rusxggitlocalize-app[bot]
authored andcommittedApr 25, 2023
Translate if_let.md via GitLocalize
1 parent 7bb0790 commit 074cf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rust-by-example-ru/src/flow_control/if_let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ match optional {
1313
},
1414
_ => {},
1515
// ^ Обязателен, так как `match` исчерпывающий. Не выглядит ли это
16-
// как потерянное пространство?
16+
// как зря потраченное пространство?
1717
};
1818

1919
```

0 commit comments

Comments
 (0)
Please sign in to comment.