Skip to content

Commit 6850ae0

Browse files
authored
Update README.md
1 parent a71d7d8 commit 6850ae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
lest contains forks of the dplyr functions `case_when()` and `if_else()`.
66
`case_when()` enables you to vectorise multiple `if` and `else` statements
77
(like the `CASE WHEN` statement in SQL). `if_else()` is a stricter and
8-
more predictable version of `base::ifelse()` that preverves attributes
8+
more predictable version of `base::ifelse()` that preserves attributes
99
(and therefore works with Dates).
1010

1111
**lest** depends only on base, and will never add any external dependencies.

0 commit comments

Comments
 (0)