Skip to content

Commit

Permalink
Documentation Improvements (#3291)
Browse files Browse the repository at this point in the history
- **Old Word:** `ie.`
   - **New Word:** `i.e.`
- **Reason:** Added a comma for clarity and adherence to grammatical
conventions.

---------

Signed-off-by: Hopium <135053852+Hopium21@users.noreply.github.com>
  • Loading branch information
Hopium21 authored Feb 11, 2025
1 parent 8577d3f commit b0cb786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linera-chain/src/outbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod outbox_tests;
/// Messages are contained in blocks, together with destination information, so currently
/// we just send the certified blocks over and let the receivers figure out what were the
/// messages for them.
/// * When marking block heights as received, messages at lower heights are also marked (ie. dequeued).
/// * When marking block heights as received, messages at lower heights are also marked (i.e. dequeued).
#[derive(Debug, ClonableView, View, async_graphql::SimpleObject)]
pub struct OutboxStateView<C>
where
Expand Down
2 changes: 1 addition & 1 deletion linera-service-graphql-client/gql/service_schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ The state of an outbox
Messages are contained in blocks, together with destination information, so currently
we just send the certified blocks over and let the receivers figure out what were the
messages for them.
* When marking block heights as received, messages at lower heights are also marked (ie. dequeued).
* When marking block heights as received, messages at lower heights are also marked (i.e. dequeued).
"""
type OutboxStateView {
"""
Expand Down
2 changes: 1 addition & 1 deletion linera-views/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We provide an implementation of the trait `KeyValueStore` for the following key-
* `MemoryStore` uses the memory (and uses internally a simple B-Tree map).
* `RocksDbStore` is a disk-based key-value store
* `DynamoDbStore` is the AWS-based DynamoDB service.
* `ScyllaDbStore` is a cloud based Cassandra compatible database.
* `ScyllaDbStore` is a cloud-based Cassandra-compatible database.

The trait `KeyValueStore` was designed so that more storage solutions can be easily added in the future.

Expand Down

0 comments on commit b0cb786

Please sign in to comment.