diff --git a/1.6/ja/book/patterns.md b/1.6/ja/book/patterns.md index 8f4a7a43..7c075e7e 100644 --- a/1.6/ja/book/patterns.md +++ b/1.6/ja/book/patterns.md @@ -1,4 +1,8 @@ +[]( % Patterns +) +% [WIP]パターン Patterns + Patterns are quite common in Rust. We use them in [variable bindings][bindings], [match statements][match], and other places, too. Let’s go