From 29cf92dbcea89e282c7a17d995949a6702f7e7e6 Mon Sep 17 00:00:00 2001 From: Shingo Onobori Date: Fri, 29 Jan 2016 13:23:12 +0900 Subject: [PATCH] Update patterns.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 翻訳開始宣言のためのコミット --- 1.6/ja/book/patterns.md | 4 ++++ 1 file changed, 4 insertions(+) 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