Skip to content

Commit 1d4667b

Browse files
Fixed a typo (flutter#51302)
1 parent 4df8fdb commit 1d4667b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/widgets/basic.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ class Transform extends SingleChildRenderObjectWidget {
12141214
/// The matrix to transform the child by during painting.
12151215
final Matrix4 transform;
12161216

1217-
/// The origin of the coordinate system (relative to the upper left corder of
1217+
/// The origin of the coordinate system (relative to the upper left corner of
12181218
/// this render object) in which to apply the matrix.
12191219
///
12201220
/// Setting an origin is equivalent to conjugating the transform matrix by a

0 commit comments

Comments
 (0)