Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 2f49644

Browse files
authored
Replace <> with () in comment (#503)
1 parent 3594abf commit 2f49644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_util.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bool platformVersionCheck(int minMajor, int minMinor) {
4141
return major > minMajor || (major == minMajor && minor >= minMinor);
4242
}
4343

44-
/// Returns a mapping of <URL: <function_name: hit_count>> from [sources].
44+
/// Returns a mapping of (URL: (function_name: hit_count)) from [sources].
4545
Map<String, Map<String, int>> functionInfoFromSources(
4646
Map<String, List<Map<dynamic, dynamic>>> sources,
4747
) {

0 commit comments

Comments
 (0)