diff --git a/src/dash-playlist-loader.js b/src/dash-playlist-loader.js index 56f621ed3..a887bab22 100644 --- a/src/dash-playlist-loader.js +++ b/src/dash-playlist-loader.js @@ -678,7 +678,7 @@ export default class DashPlaylistLoader extends EventTarget { updateMainManifest_(updatedManifest) { this.master = updatedManifest; - // if locations isn't set or is an empty array, exits early + // if locations isn't set or is an empty array, exit early if (!this.master.locations || !this.master.locations.length) { return; }