Skip to content

Commit b3fe435

Browse files
committed
Fix typo.
1 parent aa90164 commit b3fe435

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
@@ -41,7 +41,7 @@ extension Real {
4141

4242
/// cos(x) - 1, computed in such a way as to maintain accuracy for small x.
4343
///
44-
/// See also ``ElementaryFunctions.expMinusOne()``.
44+
/// See also ``ElementaryFunctions/expMinusOne()``.
4545
@_transparent
4646
public static func cosMinusOne(_ x: Self) -> Self {
4747
let sinxOver2 = sin(x/2)

0 commit comments

Comments
 (0)