Skip to content

Commit e79692f

Browse files
authored
Correct typo issue from occured to occurred at ApproximateEquality.swift
1 parent c1e6972 commit e79692f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RealModule/ApproximateEquality.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extension Numeric where Magnitude: FloatingPoint {
4747
/// property implements a valid norm.)
4848
///
4949
/// - `isApproximatelyEqual(to:relativeTolerance:norm:)` is _scale invariant_,
50-
/// so long as no underflow or overflow has occured, and no exceptional
50+
/// so long as no underflow or overflow has occurred, and no exceptional
5151
/// value is produced by the scaling.
5252
///
5353
/// See also `isApproximatelyEqual(to:absoluteTolerance:[relativeTolerance:norm:])`.

0 commit comments

Comments
 (0)