Skip to content

Commit

Permalink
docs: fix unquoted code
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 17, 2023
1 parent fc173ce commit b3c25eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/join_keys-all.equal.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' If they are different, comparison is still made to some extent, and a report
#' of the differences is returned.
#' Do not use all.equal directly in if expressions—either use isTRUE(all.equal(....))
#' Do not use all.equal directly in if expressions—either use `isTRUE(all.equal(....))`
#' or identical if appropriate.
#'
#' @inheritParams base::all.equal
Expand Down
2 changes: 1 addition & 1 deletion man/all.equal.join_keys.Rd

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

0 comments on commit b3c25eb

Please sign in to comment.