Skip to content

Commit 47a58c4

Browse files
author
Eugene Leonovich
committed
Tweak README.md
1 parent 92e8862 commit 47a58c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ queue = require('queue')
3232
queue.start()
3333

3434
local tube_name = 'foobar'
35-
if nil == queue.tube[tube_name] then
35+
if not queue.tube[tube_name] then
3636
queue.create_tube(tube_name, 'fifottl')
3737
end
3838
```

0 commit comments

Comments
 (0)