Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Sep 27, 2024
1 parent 03ab28f commit a47bdd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/interface.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##' @keywords internal
##' @examples
##' # This creates the "sir" generator
##' dust_system_generator("sir", "discrete", asNamespace("dust2"))
##' dust_system_generator("sir", "discrete", 1, asNamespace("dust2"))
##'
##' # This is the same code as in "dust2:::sir", except there we find
##' # the correct environment automatically
Expand Down
2 changes: 1 addition & 1 deletion man/dust_system_generator.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a47bdd9

Please sign in to comment.