Skip to content

Commit d8f107a

Browse files
update_start(): fix docstring typo
Co-authored-by: Maximilian-Stefan-Ernst <[email protected]>
1 parent 7fbd45e commit d8f107a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/specification/ParameterTable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ update_estimate!(partable::AbstractParameterTable, fit::SemFit) =
315315
update_start!(partable::AbstractParameterTable, fit::SemFit)
316316
update_start!(partable::AbstractParameterTable, model::AbstractSem, start_val; kwargs...)
317317
318-
Write starting values from `fit` or `start_val` to the `:estimate` column of `partable`.
318+
Write starting values from `fit` or `start_val` to the `:start` column of `partable`.
319319
320320
# Arguments
321321
- `start_val`: either a vector of starting values or a function to compute starting values

0 commit comments

Comments
 (0)