Skip to content

Commit

Permalink
Correct locale doc in guess_formats
Browse files Browse the repository at this point in the history
  • Loading branch information
vspinu committed Apr 27, 2016
1 parent ee3e71d commit 5c5c10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/guess.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##'
##' @param x input vector of date-times
##' @param orders format orders to look for. See examples.
##' @param locale locale to use, default to the current locale (also checks en_US)
##' @param locale locale to use, default to the current locale
##' @param preproc_wday whether to preprocess week days names. Internal
##' optimization used by ymd_hms family of functions. If true week days are
##' substituted with %a or %A accordingly, so that there is no need to supply
Expand Down
2 changes: 1 addition & 1 deletion man/guess_formats.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c5c10a

Please sign in to comment.