We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9260f commit f8c6022Copy full SHA for f8c6022
locales/ja/learn.ftl
@@ -58,7 +58,7 @@ learn-install-cargo-header = Cargo:Rustビルドツールおよびパッケー
58
learn-install-cargo =
59
<p>Rustupをインストールすると、Rustのビルドツール兼パッケージマネージャであるCargoの最新安定版が同時に手に入ります。Cargoはたくさんのことをします:</p>
60
<ul>
61
- <li>プロジェクトのビルドには<code>cargo build</code><li>
+ <li>プロジェクトのビルドには<code>cargo build</code></li>
62
<li>プロジェクトの実行には<code>cargo run</code></li>
63
<li>プロジェクトのテストには<code>cargo test</code></li>
64
<li>プロジェクトのドキュメントのビルドには<code>cargo doc</code></li>
0 commit comments