Skip to content

Commit cc39487

Browse files
committed
Minor fixes
1 parent a743beb commit cc39487

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

doc/dev_guide/internals/iproto/images/vclock.puml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ skinparam map {
77
BackgroundColor transparent
88
}
99

10-
map vclock {
11-
"replica_id1" => "LSN1",
12-
"replica_id2" => "LSN2",
13-
"..." => "..."
10+
map "**vclock**" as vclock {
11+
replica_id1 => LSN1
12+
replica_id2 => LSN2
13+
... => ...
1414
}
1515

1616
@enduml

doc/dev_guide/internals/iproto/images/vclock.svg

Lines changed: 5 additions & 5 deletions
Loading

doc/dev_guide/internals/iproto/keys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Keys used in requests and responses
55
===================================
66

7-
This section describes ``iproto`` keys contained in iproto requests and responses.
7+
This section describes ``iproto`` keys contained in requests and responses.
88
The keys are Tarantool constants that are either defined or mentioned in the
99
`iproto_constants.h file <https://github.com/tarantool/tarantool/blob/master/src/box/iproto_constants.h>`_.
1010

0 commit comments

Comments
 (0)