Skip to content

Commit 18e673a

Browse files
committed
fix docs ref
1 parent 3e5dc2b commit 18e673a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataBlobs/services/BlobEntry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ end
115115
Add a `Blobentry` to a variable
116116
Should be extended if DFG variable is not returned by reference.
117117
118-
Also see: [`getBlobentry`](@ref), [`addBlob!`](@ref), [`mergeBlobentries!`](@ref)
118+
Also see: [`getBlobentry`](@ref), [`addBlob!`](@ref), [`mergeBlobentry!`](@ref)
119119
"""
120120
function addBlobentry!(var::VariableCompute, entry::Blobentry)
121121
haskey(var.dataDict, entry.label) && throw(LabelExistsError("Blobentry", entry.label))

0 commit comments

Comments
 (0)