Skip to content

Commit

Permalink
Merge pull request #608 from bart1/patch-1
Browse files Browse the repository at this point in the history
Update content.r
  • Loading branch information
jennybc committed Aug 23, 2019
2 parents d7195c2 + c283278 commit 6b84c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/content.r
Expand Up @@ -91,7 +91,7 @@ text_content <- function(x) {

#' @export
parsed_content <- function(x, ...) {
message("text_content() deprecated. Use parsed_content(x, as = 'parsed')")
message("text_content() deprecated. Use content(x, as = 'parsed')")
content(x, as = "parsed", ...)
}

Expand Down

0 comments on commit 6b84c57

Please sign in to comment.