Skip to content

Commit 68d448c

Browse files
authored
Update DFGVariable.jl
1 parent 3526701 commit 68d448c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VariableNodeData(params...) = VariableNodeData{InferenceVariable}(params...)
2929

3030
function VariableNodeData()
3131
st = stacktrace()
32-
@warn "VariableNodeData() is depreciated please use VariableNodeData{T}() or VariableNodeData(softtype::T) where T <: InferenceVariable. Enable DEBUG logging for stack trace."
32+
@warn "VariableNodeData() is deprecated please use VariableNodeData{T}() or VariableNodeData(softtype::T) where T <: InferenceVariable. Enable DEBUG logging for stack trace."
3333
@debug st
3434
VariableNodeData{InferenceVariable}(zeros(1,1), zeros(1,1), Symbol[], Int[], 0, false, :NOTHING, Symbol[], SingletonInferenceVariable(), false, 0.0, false, false)
3535
end

0 commit comments

Comments
 (0)