Skip to content

Commit c50f686

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 c29bb03 commit c50f686

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
@@ -315,7 +315,7 @@ extract_occurrence <- function(pd) {
315315
#' Moves function names to the right side of dependency graph
316316
#'
317317
#' Changes status of the function call from dependent to dependency if occurs in the lhs.
318-
#' Technically, it means it to move function names after the dependency operator.
318+
#' Technically, it means to move function names after the dependency operator.
319319
#' For example, for `attributes(a) <- b` the dependency graph should look like `c("a", "<-", "b", "attributes")`.
320320
#'
321321
#' @param ans `character` vector of object names in dependency graph.

0 commit comments

Comments
 (0)