Skip to content

[8pt] Update formatting in "Binary protocol" #1801

Closed
@NickVolynkin

Description

@NickVolynkin

A follow-up of #1661. Use code-block to format code examples. Improve other things that can be improved.

Reference on markup syntax: https://www.tarantool.io/ru/doc/latest/contributing/docs/markup/#code-snippets

For example, change:

IPROTO_SELECT=0x01, IPROTO_INSERT=0x02, IPROTO_REPLACE=0x03,...

to

IPROTO_SELECT=0x01
IPROTO_INSERT=0x02
IPROTO_REPLACE=0x03
...

For the latter, use .. code-block:: ini.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions