Browse Source

Fix Chinese comma in README.md

pull/54/head
ShujianQian 3 years ago
parent
commit
6fcb49dfa8
  1. 2
      README.md

2
README.md

@ -334,7 +334,7 @@ Be sure that all the co whose share stack is `sstk` is already destroyed when yo
```c ```c
typedef void (*aco_cofuncp_t)(void); typedef void (*aco_cofuncp_t)(void);
aco_t* aco_create(aco_t* main_coaco_share_stack_t* share_stack, aco_t* aco_create(aco_t* main_co, aco_share_stack_t* share_stack,
size_t save_stack_sz, aco_cofuncp_t co_fp, void* arg); size_t save_stack_sz, aco_cofuncp_t co_fp, void* arg);
``` ```

Loading…
Cancel
Save