diff --git a/R/call.R b/R/call.R index 0d7b6d799..16fe5ce46 100644 --- a/R/call.R +++ b/R/call.R @@ -79,7 +79,7 @@ #' functions that expect symbolic arguments. The objects may also leak #' in representations of the call stack, such as [traceback()]. #' -#' @seealso call_modify +#' @seealso [call_modify()] #' @examples #' # fn can either be a string, a symbol or a call #' call2("f", a = 1)