Skip to content

Commit 6ca3dab

Browse files
committed
Revert フィーチャ in markdown syntax.
`[features]`は設定ファイルの中の値なので訳さない方に戻した
2 parents d17b28f + 57d9277 commit 6ca3dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/conditional-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Rustには `#[cfg]` という特別なアトリビュートがあり,
3939

4040
<!-- As for how to enable or disable these switches, if you’re using Cargo, -->
4141
<!-- they get set in the [`[features]` section][features] of your `Cargo.toml`: -->
42-
このようなスイッチの有効・無効の切り替えはCargoを利用している場合「Cargo.toml」中の [`[フィーチャ]` セクション][features] で設定できます.
42+
このようなスイッチの有効・無効の切り替えはCargoを利用している場合「Cargo.toml」中の [`[features]` セクション][features] で設定できます.
4343

4444
[フィーチャ]: http://doc.crates.io/manifest.html#the-features-section
4545

0 commit comments

Comments
 (0)