Skip to content

Commit af2471e

Browse files
committed
update the docs to prevent r cmd check fail
1 parent 7f597c4 commit af2471e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/java_unpack.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
#' java_17_distrib <- java_download(version = "17")
1919
#' java_home <- java_unpack(java_distrib_path = java_17_distrib)
2020
#'
21-
#' # set the JAVA_HOME environment variable in the current session to the cache dir without touching any files in the current project directory
21+
#' # set the JAVA_HOME environment variable in the current session
22+
#' # to the cache dir without touching any files in the current project directory
2223
#' java_env_set(where = "session", java_home = java_home)
2324
#' }
2425
#'

0 commit comments

Comments
 (0)