You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/persistency/kvs/index.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ language through language specific interfaces.
48
48
Motivation
49
49
==========
50
50
51
-
The current solutions availabkle mostly don't meet the specific needs of the
51
+
The current solutions available mostly don't meet the specific needs of the
52
52
S-CORE project like storing specific datatypes without a BASE64 conversation or
53
53
having no rollback/replay feature. Also the integration into analysis tools is
54
54
simpler when the solution grows with the needs instead having to adapt existing
@@ -77,7 +77,7 @@ is allowed to have multiple KVS.
77
77
Staying compatible through updates and rollbacks is a main requirement for the
78
78
project.
79
79
80
-
3. The same KVS should be read/writeable from C++ & Rust and any other language.
80
+
3. The same KVS should be read/writable from C++ & Rust and any other language.
81
81
82
82
Having a flexible interface allows to focus on solutions where the language
83
83
fits the needs.
@@ -90,7 +90,7 @@ should return an error if the key needs to be written first.
90
90
5. KVS should use a simple data representation.
91
91
92
92
The KVS should use a data representation that supports versioned up- and
93
-
downgrading like JSON or Cap'n Proto and is easily debugable by the developer.
93
+
downgrading like JSON or Cap'n Proto and is easily debuggable by the developer.
94
94
95
95
6. Integrity of the KVS should be checked.
96
96
@@ -132,7 +132,7 @@ Safety Impact
132
132
[What is the expected classification of the contribution?]
133
133
134
134
.. note::
135
-
Use the component classification method here to classfiy your component, if it shall to be used in a safety context: (TODO: add link to component classification).
135
+
Use the component classification method here to classify your component, if it shall to be used in a safety context: (TODO: add link to component classification).
0 commit comments