diff --git a/wakelock_plus/lib/src/web_impl/import_js_library.dart b/wakelock_plus/lib/src/web_impl/import_js_library.dart index a388c43..562d77b 100644 --- a/wakelock_plus/lib/src/web_impl/import_js_library.dart +++ b/wakelock_plus/lib/src/web_impl/import_js_library.dart @@ -43,7 +43,7 @@ web.HTMLScriptElement _createScriptTag(String library) { return script; } -/// Injects a bunch of libraries in the and returns a +/// Injects a bunch of libraries in the `` and returns a /// Future that resolves when all load. Future _importJSLibraries(List libraries) { final loading = >[];