Skip to content

Commit 2b68259

Browse files
authored
Merge pull request #627 from JuliaRobotics/hotfix/20Q3/dims_depr
.dims deprecation message `getDimension`
2 parents 0265cf3 + 1aa4095 commit 2b68259

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)