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.
1 parent 32f48e6 commit 3a5c739Copy full SHA for 3a5c739
Sources/RealModule/Real.swift
@@ -105,7 +105,7 @@ extension Real {
105
/// If `a` if finite and nonzero, and `1/a` overflows or underflows,
106
/// then `a.reciprocal` is `nil`. Otherwise, `a.reciprocal` is `1/a`.
107
///
108
- /// If b.reciprocal is non-nil, you may be able to replace division by b
+ /// If `b.reciprocal` is non-nil, you may be able to replace division by `b`
109
/// with multiplication by this value. It is not advantageous to do this
110
/// for an isolated division unless it is a compile-time constant visible
111
/// to the compiler, but if you are dividing many values by a single
0 commit comments