Skip to content

Commit 57a20ef

Browse files
authored
CustomPainterSemantics doc typo (flutter#137081)
Just a documentation typo, I think. flutter#137080
1 parent 2beb8d8 commit 57a20ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/rendering/custom_paint.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ abstract class CustomPainter extends Listenable {
293293
/// the accessibility of applications.
294294
///
295295
/// Implement [CustomPainter.semanticsBuilder] to build the semantic
296-
/// description of the whole picture drawn by a [CustomPaint], rather that one
296+
/// description of the whole picture drawn by a [CustomPaint], rather than one
297297
/// particular rectangle.
298298
///
299299
/// See also:

0 commit comments

Comments
 (0)