Skip to content

Commit

Permalink
editorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
chikoski committed Oct 15, 2016
1 parent 5ba590d commit e56a1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ fn main() {
}
~~~

* ```[std::env::args](https://doc.rust-lang.org/std/env/fn.args.html)``` で引数をイテレーターとして取得できます
* [```std::env::args```](https://doc.rust-lang.org/std/env/fn.args.html) で引数をイテレーターとして取得できます
* collect メソッドで、イテレーターをベクターに変換しています
* 0 番目の要素は、実行されるコマンドの名前となっています

Expand Down

0 comments on commit e56a1bc

Please sign in to comment.