Skip to content

Commit

Permalink
Merge pull request #185 from see311/patch-10
Browse files Browse the repository at this point in the history
多了个类字
  • Loading branch information
wendux committed Jun 5, 2019
2 parents b38e58d + f9b2fe8 commit 2c37176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter9/intro.md
Expand Up @@ -32,7 +32,7 @@ final CurvedAnimation curve =
new CurvedAnimation(parent: controller, curve: Curves.easeIn);
```

**注:** [Curves](https://docs.flutter.io/flutter/animation/Curves-class.html) 类类定义了许多常用的曲线,也可以创建自己的,例如:
**注:** [Curves](https://docs.flutter.io/flutter/animation/Curves-class.html) 类定义了许多常用的曲线,也可以创建自己的,例如:

```dart
class ShakeCurve extends Curve {
Expand Down

0 comments on commit 2c37176

Please sign in to comment.