Skip to content

Commit ecc7788

Browse files
Update Sources/ComplexModule/Arithmetic.swift
1 parent 10e75aa commit ecc7788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComplexModule/Arithmetic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ extension Complex: AlgebraicField {
181181
/// -
182182
/// Unlike real types, when working with complex types multiplying by the
183183
/// reciprocal instead of dividing cannot change the result. If the
184-
/// reciprocal is non-nil, the two computations always always equivalent.
184+
/// reciprocal is non-nil, the two computations are always equivalent.
185185
@inlinable
186186
public var reciprocal: Complex? {
187187
let recip = 1/self

0 commit comments

Comments
 (0)