We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556e75d commit 3dd4310Copy full SHA for 3dd4310
md/cn/chan-construct.md
@@ -26,7 +26,7 @@ $ch = new Chan($create_opptions);
26
27
#### capacity
28
29
-当__construct第一个参数为整数时,代表最大容量。例如:
+当__construct第一个参数为整数时,代表最大容量。例如以下语句创建容量为10的管道:
30
````
31
$ch = new Chan(10);
32
0 commit comments