Skip to content

Commit

Permalink
tamrieltime: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
c032 committed Feb 10, 2024
1 parent c08df54 commit 4b53ac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tamrieltime/tamrieltime.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package tamrieltime implements a dsts.Provider for displaying current time
// and date, formatted as in Skyrim.
// Package tamrieltime implements functions for displaying current time and
// date, formatted as in Skyrim.
//
// See <https://en.uesp.net/wiki/Lore:Calendar>.
package tamrieltime
Expand Down Expand Up @@ -64,8 +64,8 @@ func Format(t time.Time) string {

var _ dsts.StatusProviderFunc = TamrielTime

// TamrielTime is a `dsts.Provider` for displaying the current date and time in
// the format used by Skyrim.
// TamrielTime is a `dsts.StatusProviderFunc` for displaying the current date
// and time in the format used by Skyrim.
func TamrielTime(ctx context.Context, ch chan<- dsts.I3Status) error {
firstTick := make(chan struct{})
go func() {
Expand Down

0 comments on commit 4b53ac9

Please sign in to comment.