Skip to content

Commit 775c829

Browse files
authored
Merge pull request #161 from tatsuya6502/syntax-and-semantics-1.9
4. Syntax and Semantics (1.9)
2 parents 4329960 + d2c1b4e commit 775c829

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

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

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

4-
<!-- This section breaks Rust down into small chunks, one for each concept. -->
5-
このセクションではRustを1つ1つの概念をそれぞれに分けています
4+
<!-- This chapter breaks Rust down into small chunks, one for each concept. -->
5+
この章では、Rustを構成する様々な概念について、それぞれ独立したセクションに分けて説明します
66

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

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

diff-1.6.0..1.9.0/src/doc/book/syntax-and-semantics.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)