Skip to content

Commit

Permalink
Merge pull request #353 from tidymodels/mike/news
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
juliasilge authored Aug 2, 2022
2 parents 34e02d2 + 4625ca5 commit cdcb8bc
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 cdcb8bc

Please sign in to comment.