Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rof20004 committed Nov 20, 2022
1 parent f2bd8b2 commit 7519b72
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 @@ -31,7 +31,7 @@ func main() {

p := period.Between(birthDate, time.Now())

fmt.Printf("You have %d years, %d months e %d days\n", p.Years, p.Months, p.Days)
fmt.Printf("You have %d years, %d months and %d days\n", p.Years, p.Months, p.Days)
}
```

Expand Down

0 comments on commit 7519b72

Please sign in to comment.