Skip to content

Commit 7be0a4d

Browse files
coderbydesignthibaultcha
authored andcommitted
doc: fixed a typo in README.md.
Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
1 parent 61e4d0a commit 7be0a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6738,7 +6738,7 @@ ngx.shared.DICT.flush_expired
67386738

67396739
Flushes out the expired items in the dictionary, up to the maximal number specified by the optional `max_count` argument. When the `max_count` argument is given `0` or not given at all, then it means unlimited. Returns the number of items that have actually been flushed.
67406740

6741-
Unlike the [flush_all](#ngxshareddictflush_all) method, this method actually free up the memory used by the expired items.
6741+
Unlike the [flush_all](#ngxshareddictflush_all) method, this method actually frees up the memory used by the expired items.
67426742

67436743
This feature was first introduced in the `v0.6.3` release.
67446744

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5667,7 +5667,7 @@ See also [[#ngx.shared.DICT.flush_expired|ngx.shared.DICT.flush_expired]] and [[
56675667
56685668
Flushes out the expired items in the dictionary, up to the maximal number specified by the optional <code>max_count</code> argument. When the <code>max_count</code> argument is given <code>0</code> or not given at all, then it means unlimited. Returns the number of items that have actually been flushed.
56695669
5670-
Unlike the [[#ngx.shared.DICT.flush_all|flush_all]] method, this method actually free up the memory used by the expired items.
5670+
Unlike the [[#ngx.shared.DICT.flush_all|flush_all]] method, this method actually frees up the memory used by the expired items.
56715671
56725672
This feature was first introduced in the <code>v0.6.3</code> release.
56735673

0 commit comments

Comments
 (0)