提交 f27d044e 编写于 作者: A Adam Barth

Fix typo

上级 b14ef84a
...@@ -42,7 +42,7 @@ void decodeImageFromList(Uint8List list, ImageDecoderCallback callback) ...@@ -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 /// 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 /// 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 /// 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. /// times.
class Path extends NativeFieldWrapperClass2 { class Path extends NativeFieldWrapperClass2 {
void _constructor() native "Path_constructor"; void _constructor() native "Path_constructor";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册