Skip to content

Commit

Permalink
Suggest c() instead of list()
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Oct 10, 2024
1 parent cd6d0fc commit 94fb8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cliapp-docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ NULL
#' link <- style_hyperlink(
#' text = "R profile at line 5",
#' url = "file://~/.Rprofile",
#' params = list(line = 5, col = 1)
#' params = c(line = 5, col = 1)
#' )
#' cli_text("... see {link}")
#' ```
Expand Down

0 comments on commit 94fb8e8

Please sign in to comment.