Skip to content

Commit 74dc0e2

Browse files
authored
Merge pull request #82 from Rambatino/patch-1
effects != affects
2 parents 262228a + fb407e6 commit 74dc0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Parse many date strings without knowing format in advance. Uses a scanner to re
1111

1212
**MM/DD/YYYY VS DD/MM/YYYY** Right now this uses mm/dd/yyyy WHEN ambiguous if this is not desired behavior, use `ParseStrict` which will fail on ambiguous date strings.
1313

14-
**Timezones** The location your server is configured effects the results! See example or https://play.golang.org/p/IDHRalIyXh and last paragraph here https://golang.org/pkg/time/#Parse.
14+
**Timezones** The location your server is configured affects the results! See example or https://play.golang.org/p/IDHRalIyXh and last paragraph here https://golang.org/pkg/time/#Parse.
1515

1616

1717
```go

0 commit comments

Comments
 (0)