Skip to content

Commit aa9a0d4

Browse files
committed
Fix document : Numeric -> AdditiveArithmetic
1 parent 117e76c commit aa9a0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Integers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension ExpressibleByIntegerLiteral
3636
/// generic constraint.
3737
///
3838
/// The following code declares a method that calculates the total of any
39-
/// sequence with `Numeric` elements.
39+
/// sequence with `AdditiveArithmetic` elements.
4040
///
4141
/// extension Sequence where Element: AdditiveArithmetic {
4242
/// func sum() -> Element {

0 commit comments

Comments
 (0)