Skip to content

Commit ab8f2b7

Browse files
markuswntrstephentyrone
authored andcommitted
Remove duplicated comment on equatable
1 parent b16dee7 commit ab8f2b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/QuaternionModule/Quaternion.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,6 @@ extension Quaternion where RealType: BinaryFloatingPoint {
396396
extension Quaternion: Hashable {
397397
/// Returns a Boolean value indicating whether two values are equal.
398398
///
399-
/// Equality is the inverse of inequality. For any values *a* and *b*,
400-
/// `a == b` implies that `a != b` is `false`.
401-
///
402399
/// - Important:
403400
/// Quaternions are frequently used to represent 3D transformations. It's
404401
/// important to be aware that, when used this way, any quaternion and its

0 commit comments

Comments
 (0)