Skip to content

Commit

Permalink
correct function name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstaab committed Jan 30, 2015
1 parent 575d09b commit 30c8766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/expectations-equality.R
Expand Up @@ -3,7 +3,7 @@
#' \itemize{
#' \item \code{expect_identical} tests with \code{\link{identical}}
#' \item \code{expect_equal} tests with \code{\link{all.equal}}
#' \item \code{expect_equal} tests with \code{\link{all.equal}} and
#' \item \code{expect_equivalent} tests with \code{\link{all.equal}} and
#' \code{check.attributes = FALSE}
#' }
#
Expand Down

0 comments on commit 30c8766

Please sign in to comment.