diff --git a/README.md b/README.md index 0ee7d6a..a063d43 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ Be sure that all the co whose share stack is `sstk` is already destroyed when yo ```c typedef void (*aco_cofuncp_t)(void); -aco_t* aco_create(aco_t* main_coļ¼Œaco_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); ```