Skip to content

Commit 7a371e7

Browse files
authored
Merge pull request #38758 from stephentyrone/signed-numeric-documentation
2 parents de4c3cf + ce122db commit 7a371e7

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
@@ -258,7 +258,7 @@ public protocol Numeric: AdditiveArithmetic, ExpressibleByIntegerLiteral {
258258
static func *=(lhs: inout Self, rhs: Self)
259259
}
260260

261-
/// A type that can represent both positive and negative values.
261+
/// A numeric type with a negation operation.
262262
///
263263
/// The `SignedNumeric` protocol extends the operations defined by the
264264
/// `Numeric` protocol to include a value's additive inverse.

0 commit comments

Comments
 (0)