Skip to content

Commit 758917c

Browse files
m7prgogonzo
andauthored
Update R/utils-get_code_dependency.R
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: Marcin <[email protected]>
1 parent 3f408c5 commit 758917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils-get_code_dependency.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ extract_occurrence <- function(pd) {
317317
#' Move function names after the dependencya oprator (arrow) to the right side of the dependency graph.
318318
#' For cases when a function call is on the left side of the assignment operator,
319319
#' it is moved to the right side of the arrow.
320-
#' For example, for `attributes(a) <- b` the dependey graph should look like `c()"a", "<-", "b", "attributes")`.
320+
#' For example, for `attributes(a) <- b` the dependency graph should look like `c("a", "<-", "b", "attributes")`.
321321
#'
322322
#' @param ans `character` vector of object names in dependency graph.
323323
#' @param functions `character` vector of function names.

0 commit comments

Comments
 (0)