Skip to content

Commit a13cab0

Browse files
committed
Fix comment
1 parent ca4e99f commit a13cab0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jvm-js/main/scala/org/scalacheck/time/JavaTimeArbitrary.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import java.time._
1919
*/
2020
private[scalacheck] trait JavaTimeArbitrary {
2121

22-
// // Duration
22+
// Duration
2323

24-
// // Java duration values are conceptually infinite, thus they do not expose
25-
// // Duration.MAX/Duration.MIN values, but in practice they are finite,
26-
// // restricted by their underlying representation a long and an int.
24+
// Java duration values are conceptually infinite, thus they do not expose
25+
// Duration.MAX/Duration.MIN values, but in practice they are finite,
26+
// restricted by their underlying representation a long and an int.
2727

2828
implicit final lazy val arbJavaDuration: Arbitrary[Duration] = {
2929
val minJavaDuration = Duration.ofSeconds(Long.MinValue)

0 commit comments

Comments
 (0)