Skip to content

Commit ec332f1

Browse files
cleroussetBisaloo
andauthored
Fix duplicate entry for undesirable operators (#2961)
Co-authored-by: Hugo Gruson <[email protected]>
1 parent a6ac90b commit ec332f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ rd_undesirable_operators <- function() {
230230
op_link_map <- c(
231231
`:::` = "\\link[base:ns-dblcolon]{:::}",
232232
`<<-` = "\\link[base:assignOps]{<<-}",
233-
`->>` = "\\link[base:assignOps]{<<-}"
233+
`->>` = "\\link[base:assignOps]{->>}"
234234
)
235235
op <- names(default_undesirable_operators)
236236

man/default_undesirable_functions.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)