@@ -23,6 +23,44 @@ of the same databases."
23
23
Correct usage: "Replication allows multiple Tarantool *instances * to work on
24
24
copies of the same databases."
25
25
26
+
27
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
+ Express one idea in a sentence
29
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30
+
31
+ Say exactly one thing in a sentence.
32
+ If you want to define or clarify something, do it in a separate sentence.
33
+ Simple sentences are easier to read, understand and translate.
34
+
35
+ .. rst-class :: table-example
36
+ .. container :: table
37
+
38
+ .. rst-class :: left-align-column-1
39
+ .. rst-class :: left-align-column-2
40
+
41
+ .. list-table ::
42
+ :header-rows: 1
43
+
44
+ * - Don't
45
+ - Do
46
+
47
+ * - Dogs (I have three of them) are my favourite animals.
48
+ Their names are Ace, Bingo and Charm; Charm is the youngest one.
49
+
50
+ - Dogs are my favourite animals.
51
+ I have three of them.
52
+ Their names are Ace, Bingo and Charm.
53
+ Charm is the youngest one.
54
+
55
+ * - memtx (the in-memory storage engine) is the default and was the first to arrive.
56
+ - memtx is an in-memory storage engine.
57
+ It is the default and was the first to arrive.
58
+
59
+ * - A replica set from which the bucket is being migrated is called a source;
60
+ a target replica set to which the bucket is being migrated is called a destination.
61
+ - A replica set from which the bucket is being migrated is called a source.
62
+ A target replica set to which the bucket is being migrated is called a destination.
63
+
26
64
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
65
Don't use i.e. and e.g.
28
66
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments