Skip to content

Commit ef2b6a8

Browse files
AndreyErmilovLeonidVas
authored andcommitted
documentation: fix syntax highlighting for a block of code
1 parent 8a8818f commit ef2b6a8

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
@@ -394,7 +394,7 @@ Sometimes we need an ability to acknowledge a task after reconnect (because
394394
retrying it is undesirable) or even acknowlegde using another connection.
395395

396396
Example of code for connecting to the old session in case of reconnection:
397-
```
397+
```lua
398398
local netbox = require('net.box')
399399

400400
local conn = netbox.connect('localhost:1918', { reconnect_after = 5 })

0 commit comments

Comments
 (0)