We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a67084 commit 0361138Copy full SHA for 0361138
README.md
@@ -411,7 +411,7 @@ Example
411
# Also those variables are available in any nginx's languages;
412
```
413
414
-2) '$'-prefix is required as part of names, means tnt_eval http_code body { ... } is error,
+2) '$'-prefix is required, means that tnt_eval http_code body { ... } will rise an error,
415
it should be tnt_eval $http_status $body { ... }.
416
417
[Back to content](#content)
0 commit comments