Skip to content

Commit 33fae6f

Browse files
authored
Merge pull request #1237 from funkill/typo-in-unit_testing
Added space between word and inline code block in unit_testing.md
2 parents f444c75 + 6707d0b commit 33fae6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/unit_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
167167

168168
## Ignoring tests
169169

170-
Tests can be marked with the`#[ignore]` attribute to exclude some tests. Or to run
170+
Tests can be marked with the `#[ignore]` attribute to exclude some tests. Or to run
171171
them with command `cargo test -- --ignored`
172172

173173
```rust

0 commit comments

Comments
 (0)