Skip to content

Commit

Permalink
Merge pull request #1433 from benpence/fix_docs
Browse files Browse the repository at this point in the history
Fixes docs wording
  • Loading branch information
rubanm committed Aug 26, 2015
2 parents 3e588ba + 3b72dbb commit 7d811d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ case class RichDate(val timestamp: Long) extends Ordered[RichDate] {
}

/**
* Use String.format to format the date, as opposed to toString with uses SimpleDateFormat
* Use String.format to format the date, as opposed to toString, which uses SimpleDateFormat.
*/
def format(pattern: String)(implicit tz: TimeZone): String = String.format(pattern, toCalendar(tz))

Expand Down

0 comments on commit 7d811d8

Please sign in to comment.