Skip to content

Commit

Permalink
Merge pull request Kotlin#57 from nelsonjchen/small_capitalization_fi…
Browse files Browse the repository at this point in the history
…x_35

Fix capitalization for toDate() in prompt for 35
  • Loading branch information
svtk committed May 10, 2016
2 parents ff11e67 + 54c321b commit 2f00d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iv_properties/_35_HowDelegatesWork.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fun todoTask35(): Nothing = TODO(
Implement the members of the class 'EffectiveDate' so it can be delegated to.
Store only the time in milliseconds in 'timeInMillis' property.
Use the extension functions 'MyDate.toMillis' and 'Long.ToDate'.
Use the extension functions 'MyDate.toMillis' and 'Long.toDate'.
""",
references = { date: MyDate -> date.toMillis().toDate()}
)
Expand Down

0 comments on commit 2f00d2c

Please sign in to comment.