Skip to content

Commit 93c350d

Browse files
committed
Reference style doesn't allow links in abstracts.
Fixes <rdar://93208475>
1 parent db08503 commit 93c350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/FloatingPoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public protocol FloatingPoint: SignedNumeric, Strideable, Hashable
328328
/// `infinity` is greater than this value.
329329
static var greatestFiniteMagnitude: Self { get }
330330

331-
/// The [mathematical constant π][wiki], approximately equal to 3.14159.
331+
/// The mathematical constant pi (π), approximately equal to 3.14159.
332332
///
333333
/// When measuring an angle in radians, π is equivalent to a half-turn.
334334
///

0 commit comments

Comments
 (0)