Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c5bba80

Browse files
cg021Emmanuel Garcia
andauthored
update comment formatting
Co-authored-by: Emmanuel Garcia <[email protected]>
1 parent 4de9111 commit c5bba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/url_launcher/url_launcher/lib/url_launcher.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Future<bool> launch(
7474
'in a web URL. This $urlString is not a web URL.');
7575
}
7676

77-
/// true so that ui is automatically computed if statusBarBrightness is set
77+
/// [true] so that ui is automatically computed if [statusBarBrightness] is set.
7878
bool previousAutomaticSystemUiAdjustment = true;
7979
if (statusBarBrightness != null &&
8080
defaultTargetPlatform == TargetPlatform.iOS) {

0 commit comments

Comments
 (0)