Skip to content

Commit

Permalink
Fix typo in utcIsDST() example.
Browse files Browse the repository at this point in the history
  • Loading branch information
JChristensen committed Jan 28, 2014
1 parent f47d16c commit a0cdfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ These functions determine whether a given UTC time or a given local time is with
#####Returns
true or false *(boolean)*
#####Example
`if (usEastern.utcIsDst(utc)) { /*do something*/ }`
`if (usEastern.utcIsDST(utc)) { /*do something*/ }`
###void readRules(int address);
###void writeRules(int address);
Expand Down

0 comments on commit a0cdfb3

Please sign in to comment.