Skip to content

Commit b2bc9a1

Browse files
authored
Merge pull request #1 from hagure-ru/fix-typo
fix-typo in ch14-03
2 parents 5503403 + 827b763 commit b2bc9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

second-edition/src/ch14-03-cargo-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
412412
<!-- one will run the tests for all the crates in the workspace. -->
413413

414414
出力の最初の区域が、`add-one`クレートの`it_works`テストが通ったことを示しています。
415-
次の区域には、`adder`クレートにはテストが見つなかったことが示され
415+
次の区域には、`adder`クレートにはテストが見つからなかったことが示され
416416
さらに最後の区域には、`add-one`クレートにドキュメンテーションテストは見つからなかったと表示されています。
417417
このような構造をしたワークスペースで`cargo test`を走らせると、ワークスペースの全クレートのテストを実行します。
418418

0 commit comments

Comments
 (0)