Skip to content

Commit

Permalink
Americanize spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansam committed Jan 3, 2022
1 parent 2a960fe commit b739ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fix_dates(example.df, "example", month.impute = 1)
```

Functions in `datefixR` assume day-first instead of month-first when day, month,
and year are all given (unless year is given first). However this behaviour can
and year are all given (unless year is given first). However this behavior can
be modified by passing `format = "mdy"` to function calls.

### Limitations
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fix_dates(example.df, "example", month.impute = 1)

Functions in `datefixR` assume day-first instead of month-first when
day, month, and year are all given (unless year is given first). However
this behaviour can be modified by passing `format = "mdy"` to function
this behavior can be modified by passing `format = "mdy"` to function
calls.

### Limitations
Expand Down
2 changes: 1 addition & 1 deletion vignettes/datefixR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fix_date("01 02 2014")
```

Functions in `datefixR` assume day-first instead of month-first when day, month,
and year are all given (unless year is given first). However this behaviour can
and year are all given (unless year is given first). However this behavior can
be modified by passing `format = "mdy"` to function calls.


Expand Down

0 comments on commit b739ed2

Please sign in to comment.