htmlmediaelement: typo

This commit is contained in:
Víctor Manuel Jáquez Leal 2018-08-18 19:25:50 +02:00 committed by Fernando Jiménez Moreno
parent eb13ddc00c
commit c8bc9c8740

View file

@ -416,7 +416,7 @@ impl HTMLMediaElement {
base_url: doc.base_url(),
};
// FIXME(nox): This will later call the resource_selection_algorith_sync
// FIXME(nox): This will later call the resource_selection_algorithm_sync
// method from below, if microtasks were trait objects, we would be able
// to put the code directly in this method, without the boilerplate
// indirections.