Skip to content

Commit

Permalink
Merge pull request #436 from aki-ks/patch-1
Browse files Browse the repository at this point in the history
Update dead link to grepcode
  • Loading branch information
rickynils authored Dec 7, 2018
2 parents 7a83b03 + b8e8dc7 commit a10ce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/scalacheck/Arbitrary.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private[scalacheck] sealed trait ArbitraryLowPriority {

/** Arbitrary instance of Char */
implicit lazy val arbChar: Arbitrary[Char] = Arbitrary {
// exclude 0xFFFE due to this bug: http://bit.ly/1QryQZy
// exclude 0xFFFE due to this bug: https://bit.ly/2pTpAu8
// also exclude 0xFFFF as it is not unicode: http://bit.ly/2cVBrzK
val validRangesInclusive = List[(Char, Char)](
(0x0000, 0xD7FF),
Expand Down

0 comments on commit a10ce6d

Please sign in to comment.