Skip to content

Commit ff35d2d

Browse files
committed
update docs
1 parent 856c0b3 commit ff35d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/DFGVariable.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ See documentation in [Manifolds.jl on making your own](https://juliamanifolds.gi
8383
8484
Example:
8585
```
86-
DFG.@defVariable Pose2 SpecialEuclidean(2)
86+
DFG.@defVariable Pose2 SpecialEuclidean(2) ProductRepr{Tuple{Vector{Float64}, Matrix{Float64}}}
8787
```
8888
"""
8989
macro defVariable(structname, manifold, point_type)

0 commit comments

Comments
 (0)