Skip to content

Commit 42fd19b

Browse files
Update model.R
replace "chapter" with "section"
1 parent c549ae6 commit 42fd19b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/model.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ CmdStanModel <- R6::R6Class(
394394
#' @param pedantic (logical) Should pedantic mode be turned on? The default is
395395
#' `FALSE`. Pedantic mode attempts to warn you about potential issues in your
396396
#' Stan program beyond syntax errors. For details see the [*Pedantic mode*
397-
#' chapter](https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html) in
397+
#' section](https://mc-stan.org/docs/stan-users-guide/pedantic-mode.html) in
398398
#' the Stan Reference Manual. **Note:** to do a pedantic check for a model
399399
#' without compiling it or for a model that is already compiled the
400400
#' [`$check_syntax()`][model-method-check_syntax] method can be used instead.

0 commit comments

Comments
 (0)