Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Beton committed Nov 15, 2018
1 parent 9fcad74 commit 93168f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gregorian/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,14 @@
// license that can be found in the LICENSE file.

// Package gregorian provides utility functions for the Gregorian calendar calculations.
// The Gregorian calendar was officially introduced in October 1582 so, strictly speaking,
// it only applies after that date. Some countries did not switch to the Gregorian calendar
// for many years after (such as Great Britain in 1782).
//
// Extending the Gregorian calendar backwards to dates preceding its official introduction
// produces a proleptic calendar that should be used with some caution for historic dates
// because it can lead to confusion.
//
// See https://en.wikipedia.org/wiki/Gregorian_calendar
// https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar
package gregorian

0 comments on commit 93168f6

Please sign in to comment.