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

Commit 34ae397

Browse files
goderbauerditman
andcommitted
Update lib/web_ui/lib/src/engine/window.dart
Co-authored-by: David Iglesias <ditman@gmail.com>
1 parent 82ba9fc commit 34ae397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/lib/src/engine/window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ base class EngineFlutterView implements ui.FlutterView {
9898
@override
9999
void render(ui.Scene scene, {ui.Size? size}) {
100100
assert(!isDisposed, 'Trying to render a disposed EngineFlutterView.');
101-
// TODO(goderbauer): Resepct the provided size when "physicalConstraints" are not allways tight. See TODO on "physicalConstraints".
101+
// TODO(goderbauer): Respect the provided size when "physicalConstraints" are not always tight. See TODO on "physicalConstraints".
102102
platformDispatcher.render(scene, this);
103103
}
104104

0 commit comments

Comments
 (0)