File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,7 @@ fix_shifted_comments <- function(calls) {
145145 Filter(nrow , calls )
146146}
147147
148- # ' Fixes edge case of `<-` assignment operator being called as function,
149- # ' which is \code{`<-`(y,x)} instead of traditional `y <- x`.
148+ # ' Fixes edge case of `:=` assignment operator being treated as assignemnt.
150149# ' @keywords internal
151150# ' @noRd
152151remove_dt_assign <- function (calls ) {
@@ -162,7 +161,8 @@ remove_dt_assign <- function(calls) {
162161 })
163162}
164163
165- # ' Fixes edge case of `:=` assignment operator being treated as assignemnt.
164+ # ' Fixes edge case of `<-` assignment operator being called as function,
165+ # ' which is \code{`<-`(y,x)} instead of traditional `y <- x`.
166166# ' @keywords internal
167167# ' @noRd
168168fix_arrows <- function (calls ) {
You can’t perform that action at this time.
0 commit comments