Skip to content

Commit 3a5c739

Browse files
stephentyronexwu
andauthored
Update Sources/RealModule/Real.swift
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 32f48e6 commit 3a5c739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RealModule/Real.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ extension Real {
105105
/// If `a` if finite and nonzero, and `1/a` overflows or underflows,
106106
/// then `a.reciprocal` is `nil`. Otherwise, `a.reciprocal` is `1/a`.
107107
///
108-
/// If b.reciprocal is non-nil, you may be able to replace division by b
108+
/// If `b.reciprocal` is non-nil, you may be able to replace division by `b`
109109
/// with multiplication by this value. It is not advantageous to do this
110110
/// for an isolated division unless it is a compile-time constant visible
111111
/// to the compiler, but if you are dividing many values by a single

0 commit comments

Comments
 (0)