Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
leekchan committed Aug 2, 2015
1 parent 32de68d commit 04e6f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ td = timeutil.Timedelta{days: 1, seconds: 1, microseconds: 1, milliseconds: 1, m

Duration() returns time.Duration. time.Duration can be added to time.Date.

**Exampels:**
**Examples:**

```Go
base := time.Date(2015, 2, 3, 0, 0, 0, 0, time.UTC)
Expand Down

0 comments on commit 04e6f68

Please sign in to comment.