Skip to content

Commit 69154c6

Browse files
fix reference
1 parent eaac448 commit 69154c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/io.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ read_utf8_bare <- function(con, warn = TRUE) {
8080
x
8181
}
8282

83-
#' Drop-in replacement for [xfun:::invalid_utf8()]
83+
#' Drop-in replacement for `xfun:::invalid_utf8()`.
8484
#' @keywords internal
8585
invalid_utf8 <- function(x) {
8686
which(!is.na(x) & is.na(iconv(x, "UTF-8", "UTF-8")))

man/invalid_utf8.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)