Skip to content

Commit 334675d

Browse files
committed
minor update in docs [ci skip]
1 parent 75e4bac commit 334675d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aliases/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the following table.
1010
| `lazy_set $lazy_arg_a $arg_a;` | `haskell_run ! $lazy_arg_a $arg_a;` |
1111
| `var_alias $alias_dodgy_var $dodgy@var;` | `haskell_run ! <<$alias_dodgy_var $dodgy@var;` |
1212
| `var_nocacheable $var_a $var_b;` | `haskell_var_nocacheable $var_a $var_b;` |
13-
| `var_nohash $var_a $var_b;` | `haskell_var_nohash $var_a $var_b;` |
13+
| `var_nohash $var_a $var_b $cached_*;` | `haskell_var_nohash $var_a $var_b $cached_*;` |
1414

1515
The reason for using *cache_set* and *lazy_set* is inability of directive *set*
1616
from the standard Nginx *rewrite module* of setting and caching variables right
@@ -19,7 +19,7 @@ creates aliases for variables whose names contain unexpected characters (say,
1919
*@* or *-*) and thus fail to be parsed as variables in *complex value*
2020
expressions.
2121

22-
All directives from this module do not require loading a Haskell library.
22+
No directive from this module requires loading a Haskell library.
2323

2424
##### Build
2525

0 commit comments

Comments
 (0)