We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0471ad commit 0101e21Copy full SHA for 0101e21
fs/fs.go
@@ -136,9 +136,9 @@ func (fs *Fs) RecordBackupFilepath(start time.Time) string {
136
//
137
// The less function allows you to sort the records. Assume three record files:
138
139
-// - timetrace/records/2021-05-01/08-00.json
140
-// - timetrace/records/2021-05-01/10-00.json
141
-// - timetrace/records/2021-05-01/11-30.json
+// - timetrace/records/2021-05-01/08-00.json
+// - timetrace/records/2021-05-01/10-00.json
+// - timetrace/records/2021-05-01/11-30.json
142
143
// The following call to RecordFilepaths will return the paths of those records
144
// sorted from newest to oldest:
0 commit comments