Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

注释内容出现错字 #7

#1

编写你的第一个 Flutter App [1/2] 第6步 中

向 RandomWordsState 类添加 _buildSuggestions() 函数,内容如下:

中有注释内容:

// 对于每个建议的单词对都会调用一次 itemBuilder,
// 然后将单词对添加到 ListTile 行中
// 在偶数行,该函数会为单词对添加一个 ListTile row.
// 在奇数行,该行书湖添加一个分割线 widget,来分隔相邻的词对。
// 注意,在小屏幕上,分割线看起来可能比较吃力。

其中 “在奇数行,该行书湖” 应该是 “在奇数行,该函数会”

  • replies 1
  • views 2.6K
  • likes 0
#2

感谢提出,已经修正。