Skip to content

Commit dfffc0d

Browse files
committed
Fix copy-pasto in comment
1 parent c953555 commit dfffc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-operators/set_multiply.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ my @quads =
153153

154154
plan 2 * (1 + 3 * @types + @pairs/2 + 2 * @triplets/3 + 6 * @quads/2);
155155

156-
# addition
156+
# multiplication
157157
for
158158
&infix:<(.)>, "(.)",
159159
&infix:<>, ""

0 commit comments

Comments
 (0)