commit | a9f17c876bc989efdb9a10e85603c8a9dcee1ac0 | [log] [tgz] |
---|---|---|
author | William Oprandi <william.oprandi+github@gmail.com> | Wed Jun 14 00:04:21 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 13 15:04:21 2023 -0700 |
tree | 1c2e8a852296a28aa7d62b81f62e80887fad47b4 | |
parent | a5f8b64ef989946fad4411d25f913c938c1c09da [diff] |
Fix syntax error in docstring (#128692)
diff --git a/packages/flutter_test/lib/src/matchers.dart b/packages/flutter_test/lib/src/matchers.dart index ed93e71..0c287d1 100644 --- a/packages/flutter_test/lib/src/matchers.dart +++ b/packages/flutter_test/lib/src/matchers.dart
@@ -436,7 +436,7 @@ /// }); /// /// await testMain(); -/// }); +/// } /// ``` /// {@end-tool} /// {@endtemplate}