We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e81819 commit 2dcac46Copy full SHA for 2dcac46
1.6/ja/book/patterns.md
@@ -327,7 +327,7 @@ match x {
327
328
<!-- If you use `@` with `|`, you need to make sure the name is bound in each part
329
of the pattern: -->
330
-`@` を `|` と組み合わせて使う場合は、それぞれのパターンで同じ名前が束縛されるか確認する必要があります:
+`@` を `|` と組み合わせて使う場合は、それぞれのパターンで同じ名前が束縛されるようにする必要があります:
331
332
```rust
333
let x = 5;
1.9/ja/book/patterns.md
@@ -375,7 +375,7 @@ match x {
375
376
<!-- If you use `@` with `|`, you need to make sure the name is bound in each part -->
377
<!-- of the pattern: -->
378
379
380
381
0 commit comments