Skip to content

Commit

Permalink
No semicolons in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 16, 2011
1 parent c429942 commit 12e26a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ API

### Date() -> Date
#### new time.Date()
#### new time.Date(millisecondsFromUTC);
#### new time.Date(dateString [, timezone]);
#### new time.Date(year, month, day [, hour, minute, second, millisecond ] [, timezone]);
#### new time.Date(millisecondsFromUTC)
#### new time.Date(dateString [, timezone])
#### new time.Date(year, month, day [, hour, minute, second, millisecond ] [, timezone])

A special `Date` constructor that returns a "super" Date instance, that has
magic _timezone_ capabilities!
Expand Down

0 comments on commit 12e26a0

Please sign in to comment.