From 46325abe3ffca619525c89c2bd7c69bcf9d72578 Mon Sep 17 00:00:00 2001 From: Jack Kennedy <57638616+jcken95@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:28:44 +0100 Subject: [PATCH] chore: minor rewording of news Co-authored-by: AshesITR --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8b4734298..b827f1e7a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -29,7 +29,7 @@ * `.lintr` configs set by option `lintr.linter_file` or environment variable `R_LINTR_LINTER_FILE` can point to subdirectories (#2512, @MichaelChirico). * `indentation_linter()` returns `ranges[1L]==1L` when the offending line has 0 spaces (#2550, @MichaelChirico). * `literal_coercion_linter()` doesn't surface a warning about NAs during coercion for code like `as.integer("a")` (#2566, @MichaelChirico). -* `commented_code_linter()` can detect commented out code ending with a pipe (#2671, @jcken95) +* `commented_code_linter()` can detect commented code that ends with a pipe (#2671, @jcken95) ## Changes to default linters