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

Commit 6c3a0e4

Browse files
authored
Fix typo in flutter_test binding.dart (#106505)
1 parent 788c8b8 commit 6c3a0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_test/lib/src/binding.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ class AutomatedTestWidgetsFlutterBinding extends TestWidgetsFlutterBinding {
11711171
void allowFirstFrame() {
11721172
assert(_firstFrameDeferredCount > 0);
11731173
_firstFrameDeferredCount -= 1;
1174-
// Unlike in RendererBinding.allowFirstFrame we do not force a frame her
1174+
// Unlike in RendererBinding.allowFirstFrame we do not force a frame here
11751175
// to give the test full control over frame scheduling.
11761176
}
11771177

0 commit comments

Comments
 (0)