Skip to content

Commit adfead0

Browse files
authored
Merge pull request #14972 from xwu/gardening-fix-integer-comment
2 parents 0c1c6d8 + 1fe344b commit adfead0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Integers.swift.gyb

+2-2
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,8 @@ def overflowOperationComment(operator):
884884
# operator:
885885
# + unsafeAdding(_:)
886886
# - unsafeSubtracting(_:)
887-
# * unsafeMultiplying(_:)
888-
# / unsafeDividing(by:)
887+
# * unsafeMultiplied(by:)
888+
# / unsafeDivided(by:)
889889
def unsafeOperationComment(operator):
890890
comments = {
891891
'+': """\

0 commit comments

Comments
 (0)