Skip to content

Commit 2ff6de3

Browse files
committed
fix bug in menu.jl
1 parent cc23ef4 commit 2ff6de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/menu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function help()
1717
nothing
1818
end
1919

20-
options = ["rectangular_wing = include(\"rectangular_wing.jl"\")",
20+
options = ["rectangular_wing = include(\"rectangular_wing.jl\")",
2121
"ram_air_kite = include(\"ram_air_kite.jl\")",
2222
"stall_model = include(\"stall_model.jl\")",
2323
"bench = include(\"bench.jl\")",

0 commit comments

Comments
 (0)