From fd9cd35e5400f1b61d4c1a1b09b3d160ebbba0d1 Mon Sep 17 00:00:00 2001 From: Yasuaki Goto Date: Tue, 2 Feb 2016 02:13:43 +0900 Subject: [PATCH] Fix typo --- Documentation/UserGuide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/UserGuide.md b/Documentation/UserGuide.md index 8bea73e9..97607707 100644 --- a/Documentation/UserGuide.md +++ b/Documentation/UserGuide.md @@ -199,7 +199,7 @@ let date = inRome.absoluteTime() ... // get the absolute time: '2015-01-31 23:45 Properties and functions available: Property/function|Description|NSDate|DateInRegion ---|--|:-:|:-:|:-: +---|---|---|--- `era`|Returns the era number of the receiver|x|x `year`|Returns the year number of the receiver|x|x `yearForWeekOfYear`|Returns the year number for the weekOfYear of the receiver|x|x @@ -236,7 +236,7 @@ Property/function|Description|NSDate|DateInRegion Class functions available: Function|Description|NSDate|DateInRegion|DateRegion ---|--|:-:|:-:|:-: +---|---|---|---|--- `today()`|Returns today at midnight|x|.|x `tomorrow()`|Returns tomorrow at midnight|x|.|x `yesterday()`|Returns yesterday at midnight|x|.|x @@ -296,7 +296,7 @@ Date objects can be compared with the regular math comparison operators: Other comparisons are in the functions: Property/function|Description|NSDate|DateInRegion ---|--|:-:|:-:|:-: +---|---|---|--- `isInToday()`|returns `true` if the receiver is in today|x|x `isInYesterday()`|returns `true` if the receiver is in yesterday|x|x `isInTomorrow()`|returns `true` if the receiver is in tomorrow|x|x