From f4a7fb2c3c43f5cf859bc4c0319f690d840df11e Mon Sep 17 00:00:00 2001
From: martinmodrak <modrak.mar@gmail.com>
Date: Wed, 23 Aug 2023 14:46:46 +0200
Subject: [PATCH] Update manual

---
 man/model-method-compile.Rd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/model-method-compile.Rd b/man/model-method-compile.Rd
index e4077747d..34b8a25de 100644
--- a/man/model-method-compile.Rd
+++ b/man/model-method-compile.Rd
@@ -73,7 +73,7 @@ compiled for use in R? If \code{TRUE} the functions will be available via the
 compilation using the
 \code{\link[=model-method-expose_functions]{$expose_functions()}} method.}
 
-\item{dry_run}{(logical) If TRUE, the code will do all checks before compilation,
+\item{dry_run}{(logical) If \code{TRUE}, the code will do all checks before compilation,
 but skip the actual C++ compilation. Used to speedup tests.}
 
 \item{threads}{Deprecated and will be removed in a future release. Please
@@ -148,7 +148,7 @@ The Stan and CmdStan documentation:
 \item CmdStan User’s Guide: \href{https://mc-stan.org/docs/cmdstan-guide/}{mc-stan.org/docs/cmdstan-guide}
 }
 
-Other CmdStanModel methods:
+Other CmdStanModel methods: 
 \code{\link{model-method-check_syntax}},
 \code{\link{model-method-diagnose}},
 \code{\link{model-method-expose_functions}},