Skip to content

Commit

Permalink
Merge pull request #18 from sofruityful/master
Browse files Browse the repository at this point in the history
Fixes #16
  • Loading branch information
arashi01 committed Jun 20, 2019
2 parents f1dc61e + 6446704 commit 7cc5da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/codes/reactive/scalatime/impl/IntOps.scala
Expand Up @@ -22,7 +22,7 @@ import java.time.Period

import scala.language.implicitConversions

/** Enriches a [[scala.Long]] with methods for obtaining [[Period]] instances. */
/** Enriches a [[scala.Int]] with methods for obtaining [[Period]] instances. */
final case class IntOps(underlying: Int) extends AnyVal {

/** Obtains a [[Period]] representing a number of days. */
Expand Down

0 comments on commit 7cc5da6

Please sign in to comment.