Skip to content

Commit

Permalink
Merge pull request #1 from ya-s-u/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ya-s-u committed Feb 1, 2016
2 parents 0405a70 + fd9cd35 commit baf48b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit baf48b7

Please sign in to comment.