Skip to content

Commit

Permalink
Update package comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Feb 16, 2024
1 parent 72a823d commit c69eb11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion calendar/gregorian.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package calendar is part of the Carbon package.
// Package calendar is part of the carbon package.
package calendar

import (
Expand Down
2 changes: 1 addition & 1 deletion calendar/julian/julian.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package julian is part of the Carbon package.
// Package julian is part of the carbon package.
package julian

import (
Expand Down
2 changes: 1 addition & 1 deletion calendar/lunar/lunar.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package lunar is part of the Carbon package.
// Package lunar is part of the carbon package.
package lunar

import (
Expand Down
2 changes: 1 addition & 1 deletion calendar/persian/persian.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package persian is part of the Carbon package.
// Package persian is part of the carbon package.
package persian

import (
Expand Down

0 comments on commit c69eb11

Please sign in to comment.