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 0544047 commit 32f48e6Copy full SHA for 32f48e6
Sources/RealModule/Real.swift
@@ -103,7 +103,7 @@ extension Real {
103
/// if it is representable.
104
///
105
/// If `a` if finite and nonzero, and `1/a` overflows or underflows,
106
- /// then `a.reciprocal` is `nil`. Otherwise, `a.reciprcoal` is `1/a`.
+ /// 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
109
/// with multiplication by this value. It is not advantageous to do this
0 commit comments