Skip to content

Commit

Permalink
Fixed a dart lint issue due to HTML in the documentation of _importJS…
Browse files Browse the repository at this point in the history
…Libraries.
  • Loading branch information
diegotori committed Dec 3, 2024
1 parent 4900aaf commit ac4e069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakelock_plus/lib/src/web_impl/import_js_library.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ web.HTMLScriptElement _createScriptTag(String library) {
return script;
}

/// Injects a bunch of libraries in the <head> and returns a
/// Injects a bunch of libraries in the `<head>` and returns a
/// Future that resolves when all load.
Future<void> _importJSLibraries(List<String> libraries) {
final loading = <Future<void>>[];
Expand Down

0 comments on commit ac4e069

Please sign in to comment.