Skip to content

Commit

Permalink
Merge pull request #61 from kennedymwavu/fix-start-method-example
Browse files Browse the repository at this point in the history
fix: bug on `start()` method example
  • Loading branch information
JohnCoene authored Feb 3, 2024
2 parents 4f5899a + 1ff4847 commit 7127b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/ambiorix.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Ambiorix <- R6::R6Class(
#' })
#'
#' if(interactive())
#' app$list(posrt = 3000L)
#' app$start(port = 3000L)
start = function(
port = NULL, host = NULL, open = interactive()) {
if(private$.is_running){
Expand Down
4 changes: 2 additions & 2 deletions man/Ambiorix.Rd

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

0 comments on commit 7127b59

Please sign in to comment.