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 1fe9e4a commit d470cbcCopy full SHA for d470cbc
locales/zh-TW/learn.ftl
@@ -87,7 +87,7 @@ learn-generating-steps =
87
learn-dependencies = 加入相依套件
88
learn-dependencies-steps =
89
<p>現在來為我們的應用程式加上相依套件吧。您可以在 Rust 的套件倉儲 <a href="https://crates.io">crates.io</a> 找到各式各樣的函式庫。在 Rust 中,我們稱套件為「crates」。</p>
90
- <p>在這個專案中,我們講使用一個叫作 <a href="https://crates.io/crates/ferris-says"><code>ferris-says</code> 的 crate。</a>
+ <p>在這個專案中,我們將使用一個叫作 <a href="https://crates.io/crates/ferris-says"><code>ferris-says</code> 的 crate。</a>
91
<p>請在我們的 <code>Cargo.toml</code> 檔案加入以下資訊(我們可以從 crate 頁面上取得):</p>
92
{ $cargotoml }
93
<p>這樣我們就能執行:</p>
0 commit comments