Skip to content

Commit

Permalink
多了个类字
Browse files Browse the repository at this point in the history
多了个类字
  • Loading branch information
see311 committed May 21, 2019
1 parent 0d29ac6 commit f9b2fe8
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 f9b2fe8

Please sign in to comment.