Skip to content

Commit 61dbede

Browse files
committed
Minor comment shuffling
1 parent 3851aba commit 61dbede

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Sources/SwiftCheck/Lattice.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ extension AnyIndex : LatticeType {
9090
}
9191
}
9292

93-
/// float.h does not export Float80's limits, nor does the Swift Standard Library.
93+
// float.h does not export Float80's limits, nor does the Swift Standard Library.
9494
// rdar://18404510
9595
//extension Swift.Float80 : LatticeType {
9696
// public static var min : Swift.Float80 {

Sources/SwiftCheck/Random.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ extension Double : RandomType {
338338
}
339339
}
340340

341-
/// Implementation Details Follow
341+
// MARK: - Implementation Details
342+
342343
private enum ClockTimeResult {
343344
case success
344345
case failure(Int)

0 commit comments

Comments
 (0)