Skip to content

Commit b502a6a

Browse files
nikomatsakismark-i-m
authored andcommitted
fix typo
1 parent 2e04d64 commit b502a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/running.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Under the hood, the test runner invokes the standard rust test runner
5252
(the same one you get with `#[test]`), so this command would wind up
5353
filtering for tests that include "issue-1234" in the name.
5454

55-
Often, though, it's easier to just run the test by hand. More tests are
55+
Often, though, it's easier to just run the test by hand. Most tests are
5656
just `rs` files, so you can do something like
5757

5858
```

0 commit comments

Comments
 (0)