Skip to content

Commit 4b53ac9

Browse files
committed
tamrieltime: Fix comments
1 parent c08df54 commit 4b53ac9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tamrieltime/tamrieltime.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Package tamrieltime implements a dsts.Provider for displaying current time
2-
// and date, formatted as in Skyrim.
1+
// Package tamrieltime implements functions for displaying current time and
2+
// date, formatted as in Skyrim.
33
//
44
// See <https://en.uesp.net/wiki/Lore:Calendar>.
55
package tamrieltime
@@ -64,8 +64,8 @@ func Format(t time.Time) string {
6464

6565
var _ dsts.StatusProviderFunc = TamrielTime
6666

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

0 commit comments

Comments
 (0)