From ab849b558f4e06178071bd6c24e1aa29de6592ff Mon Sep 17 00:00:00 2001 From: yusuke goto Date: Sun, 26 Aug 2018 10:48:43 +0900 Subject: [PATCH] fix correct filename --- src/iii_conventions/n29OperatorsOverloading.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iii_conventions/n29OperatorsOverloading.kt b/src/iii_conventions/n29OperatorsOverloading.kt index 5dcd71615..a28539797 100644 --- a/src/iii_conventions/n29OperatorsOverloading.kt +++ b/src/iii_conventions/n29OperatorsOverloading.kt @@ -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)