Skip to content

Commit c29bb03

Browse files
[skip style] [skip vbump] Restyle files
1 parent 49d888d commit c29bb03

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
@@ -314,7 +314,7 @@ extract_occurrence <- function(pd) {
314314

315315
#' Moves function names to the right side of dependency graph
316316
#'
317-
#' Changes status of the function call from dependent to dependency if occurs in the lhs.
317+
#' Changes status of the function call from dependent to dependency if occurs in the lhs.
318318
#' Technically, it means it 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
#'

0 commit comments

Comments
 (0)