Skip to content

Commit 7ca59f9

Browse files
m7prCopilot
andauthored
Update R/utils-get_code_dependency.R
Co-authored-by: Copilot <[email protected]> Signed-off-by: Marcin <[email protected]>
1 parent 2a4a6cf commit 7ca59f9

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
@@ -306,7 +306,7 @@ extract_occurrence <- function(pd) {
306306
ans <- move_functions_after_arrow(ans, unique(x[sym_fc_cond, "text"]))
307307
roll <- in_parenthesis(pd)
308308
if (length(roll)) {
309-
# detect elements appread in parenthesis and move them on RHS
309+
# detect elements appeared in parenthesis and move them on RHS
310310
# but only their first appearance
311311
# as the same object can appear as regular object and the one used in parenthesis
312312
result <- ans

0 commit comments

Comments
 (0)