Skip to content

Commit b8fda45

Browse files
committed
Fix docs build typo
1 parent b1c5e04 commit b8fda45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tutorial/4_type_stability.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ edges_description = [
6363
]
6464
MetaGraph(cycle_graph(3), vertices_description, edges_description, "additive colors")
6565

66-
@test (@inferred zero(
66+
@test (@inferred zero( #src
6767
MetaGraph( #src
6868
cycle_graph(3), #src
6969
vertices_description, #src

0 commit comments

Comments
 (0)