Skip to content

Commit 342d38e

Browse files
stephentyronexwu
andauthored
Update Sources/RealModule/AlgebraicField.swift
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent ecc7788 commit 342d38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RealModule/AlgebraicField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public protocol AlgebraicField: SignedNumeric {
7070
/// for `Real` or `Complex` types, because these types have an
7171
/// `.infinity` value that acts as the reciprocal of `.zero`.
7272
///
73-
/// If b.reciprocal is non-nil, you may be able to replace division by b
73+
/// If `b.reciprocal` is non-nil, you may be able to replace division by `b`
7474
/// with multiplication by this value. It is not advantageous to do this
7575
/// for an isolated division unless it is a compile-time constant visible
7676
/// to the compiler, but if you are dividing many values by a single

0 commit comments

Comments
 (0)