Skip to content

Commit a6db5b0

Browse files
committed
Fix comment
1 parent 3e8cdd7 commit a6db5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn simple_bin() {
5959

6060
#[cargo_test]
6161
fn simple_git_ignore_exists() {
62-
// write a .gitignore file with one entry
62+
// write a .gitignore file with two entries
6363
fs::create_dir_all(paths::root().join("foo")).unwrap();
6464
fs::write(
6565
paths::root().join("foo/.gitignore"),

0 commit comments

Comments
 (0)