Skip to content

Commit a22575d

Browse files
authored
Replace <> with () in comment (dart-archive/coverage#503)
1 parent 5dd0834 commit a22575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/coverage/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)