Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored and james-d-mitchell committed Sep 5, 2024
1 parent b14b69b commit be9154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/examples.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ function(_, n)
anchor2 := 2;
anchor3 := 3;
prevNrVert := 1;
# Starting from the triangle graph G := C_3, itteratively triplicate G, and
# Starting from the triangle graph G := C_3, iteratively triplicate G, and
# connect each copy using their anchors.
for i in [2 .. n] do
prevNrVert := prevNrVert * 3;
Expand Down

0 comments on commit be9154d

Please sign in to comment.