Skip to content

Commit 6fcb49d

Browse files
committed
Fix Chinese comma in README.md
1 parent 6bc365a commit 6fcb49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Be sure that all the co whose share stack is `sstk` is already destroyed when yo
334334

335335
```c
336336
typedef void (*aco_cofuncp_t)(void);
337-
aco_t* aco_create(aco_t* main_coaco_share_stack_t* share_stack,
337+
aco_t* aco_create(aco_t* main_co, aco_share_stack_t* share_stack,
338338
size_t save_stack_sz, aco_cofuncp_t co_fp, void* arg);
339339
```
340340

0 commit comments

Comments
 (0)