Skip to content

Commit a4e02b0

Browse files
committed
Merge pull request #1 from rust-lang-ja/syntax-and-semantics
シンタックスとセマンティクスを翻訳しました
2 parents fdb8666 + 2a280a8 commit a4e02b0

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

1.6/ja/book/syntax-and-semantics.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
% Syntax and Semantics
1+
% シンタックスとセマンティクス
2+
<!-- % Syntax and Semantics -->
23

3-
This section breaks Rust down into small chunks, one for each concept.
4+
<!-- This section breaks Rust down into small chunks, one for each concept. -->
5+
このセクションではRustを1つ1つの概念をそれぞれに分けています。
46

5-
If you’d like to learn Rust from the bottom up, reading this in order is a
6-
great way to do that.
7+
<!-- If you’d like to learn Rust from the bottom up, reading this in order is a -->
8+
<!-- great way to do that. -->
9+
Rustをボトムアップで学びたいならこのセクションを順番に読んでいくのが近道です。
710

8-
These sections also form a reference for each concept, so if you’re reading
9-
another tutorial and find something confusing, you can find it explained
10-
somewhere in here.
11+
<!-- These sections also form a reference for each concept, so if you’re reading -->
12+
<!-- another tutorial and find something confusing, you can find it explained -->
13+
<!-- somewhere in here. -->
14+
このセクションはそれぞれの概念に対するリファレンスにもなっているので、他のチュートリアルを読んでいてよく分からないものが出てきたら、ここで説明されている筈です。

0 commit comments

Comments
 (0)