Skip to content

Commit 1fe344b

Browse files
authored
[stdlib] Match actual method names in an internal comment
1 parent 95e1558 commit 1fe344b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Integers.swift.gyb

Lines changed: 2 additions & 2 deletions
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)