Skip to content

Commit

Permalink
Update R/markdown-link.R
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Müller <[email protected]>
  • Loading branch information
gaborcsardi and krlmlr authored Jul 9, 2024
1 parent 017dd51 commit 5cbd02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/markdown-link.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' [fun()] fun() T \\link[=fun]{fun()} or
#' \\link[pkg:file]{pkg::fun()}
#' [obj] obj F \\link{obj} or
#' \\link[pkg:obj]{pkg::obj}
#' \\link[pkg:file]{pkg::obj}
#' [pkg::fun()] pkg::fun() T \\link[pkg:file]{pkg::fun()}
#' [pkg::obj] pkg::obj F \\link[pkg:file]{pkg::obj}
#' [text][fun()] text F \\link[=fun]{text} or
Expand Down

0 comments on commit 5cbd02b

Please sign in to comment.