Skip to content

Commit f8c6022

Browse files
authored
Fix a typo (#1038)
1 parent 6b9260f commit f8c6022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/ja/learn.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ learn-install-cargo-header = Cargo:Rustビルドツールおよびパッケー
5858
learn-install-cargo =
5959
<p>Rustupをインストールすると、Rustのビルドツール兼パッケージマネージャであるCargoの最新安定版が同時に手に入ります。Cargoはたくさんのことをします:</p>
6060
<ul>
61-
<li>プロジェクトのビルドには<code>cargo build</code><li>
61+
<li>プロジェクトのビルドには<code>cargo build</code></li>
6262
<li>プロジェクトの実行には<code>cargo run</code></li>
6363
<li>プロジェクトのテストには<code>cargo test</code></li>
6464
<li>プロジェクトのドキュメントのビルドには<code>cargo doc</code></li>

0 commit comments

Comments
 (0)