adjust comment

This commit is contained in:
Bruno Windels 2019-06-03 00:30:37 +02:00
parent 45528580ed
commit 6bdf44d114

View file

@ -83,7 +83,7 @@ export default class GapWriter {
async writeFragmentFill(fragmentEntry, response) {
const {fragmentId, direction} = fragmentEntry;
// assuming that chunk is in chronological order when backwards too?
// chunk is in reverse-chronological order when backwards
const {chunk, start, end} = response;
let entries;