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.
2 parents 117e76c + aa9a0d4 commit 6cb9a69Copy full SHA for 6cb9a69
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