Skip to content

Commit b42e7a9

Browse files
authored
fix: correct typo by changing "logics" to "logic" on README.md (#3155)
"logics", and "infos" should be "logic", and "info", as they are uncountable nouns in this context. Signed-off-by: Hibiki Kudo <[email protected]>
1 parent 9c20230 commit b42e7a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ from low to high levels in the dependency graph)
2121
definitions, including cryptography.
2222

2323
* [`linera-version`](https://linera-io.github.io/linera-protocol/linera_version/index.html)
24-
A library to manage version infos in binaries and services.
24+
A library to manage version info in binaries and services.
2525

2626
* [`linera-views`](https://linera-io.github.io/linera-protocol/linera_views/index.html) A
2727
library mapping complex data structures onto a key-value store. The corresponding
2828
procedural macros are implemented in `linera-views-derive`.
2929

3030
* [`linera-execution`](https://linera-io.github.io/linera-protocol/linera_execution/index.html)
31-
Persistent data and the corresponding logics for runtime and execution of Linera
31+
Persistent data and the corresponding logic for runtime and execution of Linera
3232
applications.
3333

3434
* [`linera-chain`](https://linera-io.github.io/linera-protocol/linera_chain/index.html)
35-
Persistent data and the corresponding logics for chains of blocks, certificates, and
35+
Persistent data and the corresponding logic for chains of blocks, certificates, and
3636
cross-chain messaging.
3737

3838
* [`linera-storage`](https://linera-io.github.io/linera-protocol/linera_storage/index.html)

0 commit comments

Comments
 (0)