Skip to content

Commit a190919

Browse files
committed
update docs
1 parent eff7085 commit a190919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ addPPE!(dfg::AbstractDFG, sourceVariable::DFGVariable, ppekey::Symbol=:default)
481481

482482
"""
483483
$(SIGNATURES)
484-
Update PPE data if it exists, otherwise add it.
484+
Update PPE data if it exists, otherwise add it -- one call per `key::Symbol=:default`.
485485
"""
486486
function updatePPE!(dfg::AbstractDFG, variablekey::Symbol, ppe::P, ppekey::Symbol=:default)::P where P <: AbstractPointParametricEst
487487

0 commit comments

Comments
 (0)