Skip to content

Commit 7ec741f

Browse files
committed
Typo correction
1 parent cc3352a commit 7ec741f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AbstractMCMC.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ end
250250
transitions_init(transition, model, sampler[; kwargs...])
251251
252252
Generate a container for the `N` transitions of the MCMC `sampler` for the provided
253-
`model`, whose first transition is `transition`. Can be called with an without a predefined size `N`.
253+
`model`, whose first transition is `transition`. Can be called with and without a predefined size `N`.
254254
"""
255255
function transitions_init(
256256
transition,
@@ -276,7 +276,7 @@ end
276276
transitions_save!(transitions, iteration, transition, model, sampler[; kwargs...])
277277
278278
Save the `transition` of the MCMC `sampler` at the current `iteration` in the container of
279-
`transitions`. Can be called with an without a predefined size `N`.
279+
`transitions`. Can be called with and without a predefined size `N`.
280280
"""
281281
function transitions_save!(
282282
transitions::AbstractVector,

0 commit comments

Comments
 (0)