diff --git a/flutter-for-ios.md b/flutter-for-ios.md index 102e089..d1c97e2 100644 --- a/flutter-for-ios.md +++ b/flutter-for-ios.md @@ -58,7 +58,7 @@ Text( ); ``` -阅读上面的代码,你可能会注意到 `Text` widget 并不显示地携带任何状态。它通过传入给它的构造器的数据来渲染,除此之外再无其他。 +阅读上面的代码,你可能会注意到 `Text` widget 并不显式地携带任何状态。它通过传入给它的构造器的数据来渲染,除此之外再无其他。 但是,如果你希望 `I like Flutter `在点击 `FloatingActionButton` 时动态的改变呢?