Skip to content

Commit bfa8a2a

Browse files
authored
Merge pull request #879 from JuliaRobotics/22Q2/docs/deprfix
depr fix in docs for updated api
2 parents eeddbf2 + ddf9188 commit bfa8a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphsDFG/services/GraphsDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Example
374374
using IncrementalInference
375375
376376
# canonical example graph as example
377-
fg = generateCanonicalFG_Kaess()
377+
fg = generateGraph_Kaess()
378378
379379
@show path = findShortestPathDijkstra(fg, :x1, :x3)
380380
@show isVariable.(fg, path)

0 commit comments

Comments
 (0)