We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5dc2b commit 18e673aCopy full SHA for 18e673a
1 file changed
src/DataBlobs/services/BlobEntry.jl
@@ -115,7 +115,7 @@ end
115
Add a `Blobentry` to a variable
116
Should be extended if DFG variable is not returned by reference.
117
118
-Also see: [`getBlobentry`](@ref), [`addBlob!`](@ref), [`mergeBlobentries!`](@ref)
+Also see: [`getBlobentry`](@ref), [`addBlob!`](@ref), [`mergeBlobentry!`](@ref)
119
"""
120
function addBlobentry!(var::VariableCompute, entry::Blobentry)
121
haskey(var.dataDict, entry.label) && throw(LabelExistsError("Blobentry", entry.label))
0 commit comments