Skip to content

Commit d2552a7

Browse files
authored
Update index.md
1 parent 30e4dc2 commit d2552a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-started/codelab/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class RandomWordsState extends State<RandomWords> {
429429
[[highlight]]padding: const EdgeInsets.all(16.0),[[/highlight]]
430430
// 对于每个建议的单词对都会调用一次itemBuilder,然后将单词对添加到ListTile行中
431431
// 在偶数行,该函数会为单词对添加一个ListTile row.
432-
// 在奇数行,该行书湖添加一个分割线widget,来分隔相邻的词对。
432+
// 在奇数行,该函数会添加一个分割线widget,来分隔相邻的词对。
433433
// 注意,在小屏幕上,分割线看起来可能比较吃力。
434434
[[highlight]]itemBuilder: (context, i) {[[/highlight]]
435435
// 在每一列之前,添加一个1像素高的分隔线widget

0 commit comments

Comments
 (0)