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.
2 parents 5503403 + 827b763 commit b2bc9a1Copy full SHA for b2bc9a1
second-edition/src/ch14-03-cargo-workspaces.md
@@ -412,7 +412,7 @@ test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
412
<!-- one will run the tests for all the crates in the workspace. -->
413
414
出力の最初の区域が、`add-one`クレートの`it_works`テストが通ったことを示しています。
415
-次の区域には、`adder`クレートにはテストが見つなかったことが示され、
+次の区域には、`adder`クレートにはテストが見つからなかったことが示され、
416
さらに最後の区域には、`add-one`クレートにドキュメンテーションテストは見つからなかったと表示されています。
417
このような構造をしたワークスペースで`cargo test`を走らせると、ワークスペースの全クレートのテストを実行します。
418
0 commit comments