We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117e76c commit aa9a0d4Copy full SHA for aa9a0d4
stdlib/public/core/Integers.swift
@@ -36,7 +36,7 @@ extension ExpressibleByIntegerLiteral
36
/// generic constraint.
37
///
38
/// The following code declares a method that calculates the total of any
39
-/// sequence with `Numeric` elements.
+/// sequence with `AdditiveArithmetic` elements.
40
41
/// extension Sequence where Element: AdditiveArithmetic {
42
/// func sum() -> Element {
0 commit comments