Skip to content

Commit 532b502

Browse files
committed
update translation
1 parent 3300e38 commit 532b502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.6/ja/book/release-channels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Rustのリリースには以下の3つのチャネルがあります。
4444
しかしRustに特に関心のある方は、代わりにnightlyを選んでも構いません。基本的な交換条件は次の通りです。nightlyチャネルを選ぶと不安定で新しいフィーチャを使うことができます。しかし、不安定なフィーチャは変更されやすく、新しいnightlyリリースでソースコードが動かなくなってしまうかもしれません。stableリリースを使えば、実験的なフィーチャを使うことはできませんが、Rustのバージョンが上がっても破壊的な変更によるトラブルは起きないでしょう。
4545

4646
<!-- # Helping the ecosystem through CI -->
47-
# CIのためのエコシステム
47+
# CIによるエコシステム支援
4848

4949
<!-- What about beta? We encourage all Rust users who use the stable release channel -->
5050
<!-- to also test against the beta channel in their continuous integration systems. -->
@@ -53,7 +53,7 @@ betaとはどういうチャネルでしょうか?stableリリースチャネ
5353

5454
<!-- Additionally, testing against nightly can catch regressions even sooner, and so -->
5555
<!-- if you don’t mind a third build, we’d appreciate testing against all channels. -->
56-
さらに、nightlyに対してもテストすることでより早くリグレッションを捉えることができます。この第3のビルドについて関心がない方がいるかもしれませんが、我々は全てのチャネルに対してテストすることを高く評価しています
56+
さらに、nightlyに対してもテストすることでより早くリグレッションを捉えることができます。この第3のビルドについて関心がない方がいるかもしれませんが、我々は全てのチャネルに対してテストすることが有用であると考えています
5757

5858
<!-- As an example, many Rust programmers use [Travis](https://travis-ci.org/) to -->
5959
<!-- test their crates, which is free for open source projects. Travis [supports -->

0 commit comments

Comments
 (0)