Skip to content

Commit c941da6

Browse files
committed
fix a mistake in the README.md and its corresponding in README_zh.md
1 parent d8f1868 commit c941da6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ To use the default size value (2MB) if the 1st argument `sz` equals 0. After som
311311
312312
* `final_valid_sz >= 4096`
313313
* `final_valid_sz >= sz`
314-
* `final_valid_sz % page_size == 0 if the guard_page_enabled == 0`
314+
* `final_valid_sz % page_size == 0 if the guard_page_enabled != 0`
315315
316316
And as close to the value of `sz` as possible.
317317

README_zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ aco_share_stack_t* aco_share_stack_new2(size_t sz, char guard_page_enabled);
297297
298298
* `final_valid_sz >= 4096`
299299
* `final_valid_sz >= sz`
300-
* `final_valid_sz % page_size == 0 if the guard_page_enabled == 0`
300+
* `final_valid_sz % page_size == 0 if the guard_page_enabled != 0`
301301
302302
并且尽可能的接近入参`sz`的值。
303303

0 commit comments

Comments
 (0)