From f27d044e7c8079b002673ebe5944afe34b01801d Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Sun, 6 Mar 2016 22:48:40 -0800 Subject: [PATCH] Fix typo --- sky/engine/core/dart/painting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/engine/core/dart/painting.dart b/sky/engine/core/dart/painting.dart index 23bf17a96e..89d039622a 100644 --- a/sky/engine/core/dart/painting.dart +++ b/sky/engine/core/dart/painting.dart @@ -42,7 +42,7 @@ void decodeImageFromList(Uint8List list, ImageDecoderCallback callback) /// arcs, or beziers. Paths can be open or closed and can self-intersect. A path /// also encloses a (possibly discontiguous) region of the plane based on /// whether a line from a given point on the plane to a point at infinity -/// intersects the path an even (non-enclosed) or and odd (enclosed) number of +/// intersects the path an even (non-enclosed) or an odd (enclosed) number of /// times. class Path extends NativeFieldWrapperClass2 { void _constructor() native "Path_constructor"; -- GitLab