Skip to content

Commit

Permalink
Update model.R
Browse files Browse the repository at this point in the history
replace "chapter" with "section"
  • Loading branch information
bob-carpenter authored Jul 30, 2024
1 parent c549ae6 commit 42fd19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ CmdStanModel <- R6::R6Class(
#' @param pedantic (logical) Should pedantic mode be turned on? The default is
#' `FALSE`. Pedantic mode attempts to warn you about potential issues in your
#' Stan program beyond syntax errors. For details see the [*Pedantic mode*
#' chapter](https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html) in
#' section](https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html) in
#' the Stan Reference Manual. **Note:** to do a pedantic check for a model
#' without compiling it or for a model that is already compiled the
#' [`$check_syntax()`][model-method-check_syntax] method can be used instead.
Expand Down

0 comments on commit 42fd19b

Please sign in to comment.