Skip to content

Commit 32f48e6

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

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
@@ -103,7 +103,7 @@ extension Real {
103103
/// if it is representable.
104104
///
105105
/// If `a` if finite and nonzero, and `1/a` overflows or underflows,
106-
/// then `a.reciprocal` is `nil`. Otherwise, `a.reciprcoal` is `1/a`.
106+
/// then `a.reciprocal` is `nil`. Otherwise, `a.reciprocal` is `1/a`.
107107
///
108108
/// 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

0 commit comments

Comments
 (0)