Skip to content

Commit 26a4956

Browse files
authored
Fix typos in README.md
1 parent be2e127 commit 26a4956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ Example
356356

357357
```Lua
358358
-- Tarantool, stored procedure
359-
function foo(a)
359+
function foo(req)
360360
return
361-
-- First arg. iff __ngx exists and tnt_evan is used, then it will be
361+
-- First arg. if __ngx exists and tnt_eval is used, then it will be
362362
-- readed by nginx
363363
{
364364
__ngx = {

0 commit comments

Comments
 (0)