Skip to content

Commit 0b43687

Browse files
authored
修正符号问题
1 parent 395959f commit 0b43687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concurrency-parallel-thread/message-passing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ receive 1
3838

3939
1. 通道能保证消息的顺序吗?是否先发送的消息,先接收?
4040
2. 通道能缓存消息吗?如果能的话能缓存多少?
41-
3. 通道的发送者和接收者支持N:1,1:N, N:N模式吗
41+
3. 通道的发送者和接收者支持N:1,1:N,N:M模式吗
4242
4. 通道能发送任何数据吗?
4343
5. 发送后的数据,在线程中继续使用没有问题吗?
4444

0 commit comments

Comments
 (0)