Skip to content

Commit 75e4bac

Browse files
committed
a minor update in docs [ci skip]
1 parent 136f5f2 commit 75e4bac

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
@@ -9,8 +9,8 @@ the following table.
99
| `cache_set $cached_arg_a $arg_a;` | `haskell_run ! <!$cached_arg_a $arg_a;` |
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;` |
12-
| `var_nocacheable ... ;` | `haskell_var_nocacheable ... ;` |
13-
| `var_nohash ... ;` | `haskell_var_nohash ... ;` |
12+
| `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;` |
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

0 commit comments

Comments
 (0)