Skip to content

Commit 388c2b4

Browse files
author
Dave Wu
authored
Update 18-comprehensions.md
1 parent 05adeeb commit 388c2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

18-comprehensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Finally, keep in mind that variable assignments inside the comprehension, be it
121121
## 比特串生成器
122122

123123
速构也支持比特串作为生成器,这种生成器在处理比特流时非常有用。
124-
下面的例子中,程序接收一个表示像素颜色的二进制串(格式为<<像素1的R值,像素1的G值,像素1的B值,
124+
下面的例子中,程序接收一个表示像素颜色的比特串(格式为<<像素1的R值,像素1的G值,像素1的B值,
125125
像素2的R值,像素2的G...>>),把它转换为三元元组的列表:
126126

127127
```elixir

0 commit comments

Comments
 (0)