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

Commit c42dd23

Browse files
authored
Fix doc to fix engine roll (#41812)
The engine roll is currently failing (https://cirrus-ci.com/task/5475027185827840?logs=main#L172) because of a doc issue introduced by #41685. This fixes the doc issue.
1 parent fa62a7d commit c42dd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class FlutterView {
133133
/// * [WidgetsBindingObserver], for a mechanism at the widgets layer to
134134
/// observe when this value changes.
135135
/// * [Display.devicePixelRatio], which reports the DPR of the display.
136-
/// The value here is equal to the value on the [display.devicePixelRatio].
136+
/// The value here is equal to the value exposed on [display].
137137
double get devicePixelRatio => _viewConfiguration.devicePixelRatio;
138138

139139
/// The dimensions and location of the rectangle into which the scene rendered

0 commit comments

Comments
 (0)