Skip to content

Commit a9f17c8

Browse files
authored
Fix syntax error in docstring (#128692)
1 parent a5f8b64 commit a9f17c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_test/lib/src/matchers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Matcher coversSameAreaAs(Path expectedPath, { required Rect areaToCompare, int s
436436
/// });
437437
///
438438
/// await testMain();
439-
/// });
439+
/// }
440440
/// ```
441441
/// {@end-tool}
442442
/// {@endtemplate}

0 commit comments

Comments
 (0)