Skip to content

Commit 5bb89a0

Browse files
update_start(): fix docstring typo
Co-authored-by: Maximilian-Stefan-Ernst <34346372+Maximilian-Stefan-Ernst@users.noreply.github.com>
1 parent c3ee769 commit 5bb89a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/specification/ParameterTable.jl

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

0 commit comments

Comments
 (0)