Skip to content

Commit

Permalink
doc: fixed a typo in README.md.
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Charbonnier <thibaultcha@me.com>
  • Loading branch information
coderbydesign authored and thibaultcha committed Apr 28, 2019
1 parent 61e4d0a commit 7be0a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -6738,7 +6738,7 @@ ngx.shared.DICT.flush_expired

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.

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

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

Expand Down
2 changes: 1 addition & 1 deletion doc/HttpLuaModule.wiki
Expand Up @@ -5667,7 +5667,7 @@ See also [[#ngx.shared.DICT.flush_expired|ngx.shared.DICT.flush_expired]] and [[
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.
Unlike the [[#ngx.shared.DICT.flush_all|flush_all]] method, this method actually free up the memory used by the expired items.
Unlike the [[#ngx.shared.DICT.flush_all|flush_all]] method, this method actually frees up the memory used by the expired items.
This feature was first introduced in the <code>v0.6.3</code> release.
Expand Down

0 comments on commit 7be0a4d

Please sign in to comment.