Skip to content

Commit 4d5fca1

Browse files
committed
ci: generate pages at 775c829 [ci skip]
1 parent 775c829 commit 4d5fca1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/1.9/book/syntax-and-semantics.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,23 +180,23 @@
180180
<h1 class="title">シンタックスとセマンティクス</h1>
181181
<!-- % Syntax and Semantics -->
182182

183-
<!-- This section breaks Rust down into small chunks, one for each concept. -->
183+
<!-- This chapter breaks Rust down into small chunks, one for each concept. -->
184184

185-
<p>このセクションではRustを1つ1つの概念をそれぞれに分けています</p>
185+
<p>この章では、Rustを構成する様々な概念について、それぞれ独立したセクションに分けて説明します</p>
186186

187187
<!-- If you’d like to learn Rust from the bottom up, reading this in order is a -->
188188

189189
<!-- great way to do that. -->
190190

191-
<p>Rustをボトムアップで学びたいならこのセクションを順番に読んでいくのが近道です</p>
191+
<p>Rustをボトムアップで学びたいなら、この章を順番に読んでいくのが近道です</p>
192192

193193
<!-- These sections also form a reference for each concept, so if you’re reading -->
194194

195195
<!-- another tutorial and find something confusing, you can find it explained -->
196196

197197
<!-- somewhere in here. -->
198198

199-
<p>このセクションはそれぞれの概念に対するリファレンスにもなっているので、他のチュートリアルを読んでいてよく分からないものが出てきたら、ここで説明されている筈です</p>
199+
<p>これらのセクションは、それぞれの概念に対するリファレンスにもなっていますので、他のチュートリアルを読んでいてよく分からないものが出てきたら、ここで説明されているはずです</p>
200200

201201
<script type="text/javascript">
202202
window.playgroundUrl = "https://play.rust-lang.org";

0 commit comments

Comments
 (0)