Skip to content

Commit 04b4e31

Browse files
committed
Fix doc typo
Closes #282
1 parent 8bd4111 commit 04b4e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/languages/julia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This allocates new memory for the output each call. See [`log_density_hessian_ve
209209

210210

211211
```julia
212-
param_constrain(sm, theta_unc, out; include_tp=false, include_gq=false, rng=nothing)
212+
param_constrain(sm, theta_unc; include_tp=false, include_gq=false, rng=nothing)
213213
```
214214

215215
Returns a vector constrained parameters given unconstrained parameters. Additionally (if `include_tp` and `include_gq` are set, respectively) returns transformed parameters and generated quantities.

julia/src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ function param_constrain!(
313313
end
314314

315315
"""
316-
param_constrain(sm, theta_unc, out; include_tp=false, include_gq=false, rng=nothing)
316+
param_constrain(sm, theta_unc; include_tp=false, include_gq=false, rng=nothing)
317317
318318
Returns a vector constrained parameters given unconstrained parameters.
319319
Additionally (if `include_tp` and `include_gq` are set, respectively)

0 commit comments

Comments
 (0)