Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Hinsley <w.hinsley@imperial.ac.uk>
  • Loading branch information
richfitz and weshinsley authored Oct 9, 2024
1 parent cec140c commit 62edfb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/browser.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##' Control browser-based of dust models. This help page documents
##' Control browser-based debugging of dust models. This help page documents
##' three funtions that can be used to control if and how the browser
##' is enabled. You can't enter the debugger from any of these
##' functions; it is only enabled if present in your C++ code (or if
Expand All @@ -18,7 +18,7 @@
##' These commands are established by `browser`, and can't be
##' disabled. This means that if you have an variable called `n` you
##' will need to work with it as `(n)` (i.e. in parentheses). This
##' applies to all of browser's command variables (`c`, `f`, `n`, `s`,
##' applies to all of `browser`'s command variables (`c`, `f`, `n`, `s`,
##' `r` and `Q`); please see [browser] for more information.
##'
##' By the time the environment has been created, some variables from
Expand All @@ -30,7 +30,7 @@
##' If you enable the debugger, you may have very many iterations to
##' get through before control is returned back to the console. You
##' can run `dust_debug_continue()` to prevent entry into the debugger
##' until control is passed back to the you; this means the time
##' until control is passed back to you; this means the time
##' series will run to completion and then the next time you run the
##' system the debugger will be triggered again. Alternatively, you
##' can run `dust_debug_enabled(FALSE)` to disable all calls to the
Expand Down

0 comments on commit 62edfb1

Please sign in to comment.