From 6a3202bcc1c7e2f3a568bb4cbaf0f644317b7f44 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 29 May 2022 12:30:09 +0900 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36786429..cbef997a 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ cfgs are set under the following conditions: - `cfg(coverage)` is always set when using cargo-llvm-cov (unless `--no-cfg-coverage` flag passed) - `cfg(coverage_nightly)` is set when using cargo-llvm-cov with nightly toolchain (unless `--no-cfg-coverage-nightly` flag passed) -If you want ignore all `#[test]`-related code, consider using [coverage-helper] crate. +If you want to ignore all `#[test]`-related code, consider using [coverage-helper] crate. ### Continuous Integration