improve documentation (#4918)

This commit is contained in:
Alessandro Ros
2025-08-31 14:15:58 +02:00
committed by GitHub
parent 12182b5913
commit a558c5681a
2 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ func FindSegments(
var pa Path
ok := pa.Decode(recordPath, fpath)
// gather all segments that starts before the end of the playback
// gather all segments that start before the end of the playback
if ok && (end == nil || !end.Before(pa.Start)) {
segments = append(segments, &Segment{
Fpath: fpath,