Skip to content

Commit ddb0996

Browse files
committed
Fix roxygen typo
1 parent a407537 commit ddb0996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/BibEntryReplaceOp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
#' ## add month to Serban et al., add URL and urldate to Jennings et al., and
2727
#' ## add DOI and correct journal to Garcia et al.
2828
#' bib[seq_len(3L)] <- list(c(date="2013-12"),
29+
#' c(url="https://bsb.eurasipjournals.com/content/2013/1/13",
2930
#' urldate = "2014-02-02"),
3031
#' c(doi="10.1093/bioinformatics/btt608",
3132
#' journal = "Bioinformatics"))
32-
#' c(url="https://bsb.eurasipjournals.com/content/2013/1/13",
3333
#' print(bib[seq_len(3L)], .opts = list(sorting = "none", bib.style = "alphabetic"))
3434
#' bib2 <- bib[seq_len(3L)]
3535
#' bib2[2:3] <- bib[5:6]

0 commit comments

Comments
 (0)