Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

fix wrong iii_conventions/_29_Tips.kt path #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/iii_conventions/n29OperatorsOverloading.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fun todoTask29(): Nothing = TODO(

(1). Add an extension function 'plus()' to MyDate, taking a TimeInterval as an argument.
(2). Support adding several time intervals to a date. Add an extra class.
If you have any problems, see the iii_conventions/_29_Tips.kt file.
If you have any problems, see the iii_conventions/n29Tips.kt file.
""",
references = { date: MyDate, timeInterval: TimeInterval ->
date.addTimeIntervals(timeInterval, 1)
Expand Down