Skip to content

Commit 1aa4095

Browse files
committed
.dims deprecation message getDimension
1 parent 0265cf3 commit 1aa4095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deprecated.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const fetchData = getDataEntryBlob
7979
## softtype deprections
8080
function Base.getproperty(x::InferenceVariable, f::Symbol)
8181
if f==:dims
82-
Base.depwarn("Softtype $(typeof(x)), field dims is deprecated, extend and use `getDims` instead",:getproperty)
82+
Base.depwarn("Softtype $(typeof(x)), field dims is deprecated, extend and use `getDimension` instead",:getproperty)
8383
elseif f==:manifolds
8484
Base.depwarn("Softtype $(typeof(x)), field manifolds is deprecated, extend and use `getManifolds` instead",:getproperty)
8585
else

0 commit comments

Comments
 (0)