Skip to content

Commit bea9a45

Browse files
committed
fix brackets of dontshow
1 parent e530b78 commit bea9a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

man/update_dev_pkg.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
Invisibly \code{TRUE} if package was updated, otherwise \code{FALSE}.
3535
}
3636
\examples{
37-
\dontshow{ # using if(FALSE) because \dontrun could still be run by --run-dontrun; #5421 }
37+
\dontshow{ # using if(FALSE) because \dontrun could still be run by --run-dontrun; #5421
38+
}
3839
if (FALSE) data.table::update_dev_pkg()
3940
}
4041
\seealso{

0 commit comments

Comments
 (0)