Skip to content

Commit

Permalink
Fix typo (An -> A Dataframe) (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet committed Aug 1, 2023
1 parent 9558d89 commit 7bc1f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/problems.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
#' problems: this is useful for automated scripts where you want to throw
#' an error as soon as you encounter a problem.
#'
#' @param x An data frame (from `read_*()`) or a vector
#' (from `parse_*()`).
#' @param x A data frame (from `read_*()`) or a vector (from `parse_*()`).
#' @return A data frame with one row for each problem and four columns:
#' \item{row,col}{Row and column of problem}
#' \item{expected}{What readr expected to find}
Expand Down
3 changes: 1 addition & 2 deletions man/problems.Rd

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

0 comments on commit 7bc1f09

Please sign in to comment.