Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
This is causing a hyperlink to appear in the NEWS file to `break`, which was not intentional 😆
  • Loading branch information
mikemahoney218 authored Aug 2, 2022
1 parent 52abf40 commit 4625ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* Objects returned by `permutations()` now have a `permutes` attribute containing the column name used for permutation (#329).

* Added `break` and `pool` as attributes to all functions which support stratification (#329).
* Added `breaks` and `pool` as attributes to all functions which support stratification (#329).

* Changed the "strata" attribute on rset objects so that it now is either a character vector identifying the column used to stratify the data, and is not present (set to `NULL`) if stratification was not used. (#329)

Expand Down

0 comments on commit 4625ca5

Please sign in to comment.