We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788c8b8 commit 6c3a0e4Copy full SHA for 6c3a0e4
packages/flutter_test/lib/src/binding.dart
@@ -1171,7 +1171,7 @@ class AutomatedTestWidgetsFlutterBinding extends TestWidgetsFlutterBinding {
1171
void allowFirstFrame() {
1172
assert(_firstFrameDeferredCount > 0);
1173
_firstFrameDeferredCount -= 1;
1174
- // Unlike in RendererBinding.allowFirstFrame we do not force a frame her
+ // Unlike in RendererBinding.allowFirstFrame we do not force a frame here
1175
// to give the test full control over frame scheduling.
1176
}
1177
0 commit comments