Skip to content

Commit 535c4e6

Browse files
authored
Merge pull request #715 from gil2rok/patch-1
Fix minor doc typos
2 parents 435927c + 858803d commit 535c4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/users-guide/workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ An example of each is provided in the `next section <examples.rst>`__.
145145

146146
It returns a :class:`CmdStanVB` object which contains an approximation the posterior distribution.
147147

148-
* The :meth:`~CmdStanModel.optimize` runs one of
149-
`Stan's optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__.
148+
* The :meth:`~CmdStanModel.optimize` runs one of Stan's
149+
`optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__
150150
to find a mode of the density specified by the Stan program.
151151

152152
It returns a :class:`CmdStanMLE` object.

0 commit comments

Comments
 (0)