Skip to content

Commit c0abd3a

Browse files
committed
Remove unused link destination.
See also commit 93c350d
1 parent f8b7169 commit c0abd3a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/core/FloatingPoint.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@ public protocol FloatingPoint: SignedNumeric, Strideable, Hashable
339339
///
340340
/// print(Double.pi)
341341
/// // Prints "3.14159265358979"
342-
///
343-
/// [wiki]: https://en.wikipedia.org/wiki/Pi
344342
static var pi: Self { get }
345343

346344
// NOTE: Rationale for "ulp" instead of "epsilon":

0 commit comments

Comments
 (0)