Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhs committed Dec 31, 2021
1 parent 10c2368 commit afd370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func getModTime(file string) (int64, error) {
return info.ModTime().Unix(), nil
}

// Cache the newest modification of any of the template files as a Unix time
// Cache the newest modification of the template files as a Unix time
// (i.e. seconds since 1970-01-01).
var templatesModTime int64 = -1

Expand Down

0 comments on commit afd370c

Please sign in to comment.