Skip to content

Commit a5b31fa

Browse files
authored
Fix minor typos in code (#3673)
1 parent b297574 commit a5b31fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

linera-execution/src/policy.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ impl fmt::Display for ResourceControlPolicy {
147147
{maximum_published_blobs} maximum number of blobs published per block\n\
148148
{maximum_bytecode_size} maximum size of service and contract bytecode\n\
149149
{maximum_block_proposal_size} maximum size of a block proposal\n\
150-
{maximum_bytes_read_per_block} maximum number bytes read per block\n\
151-
{maximum_bytes_written_per_block} maximum number bytes written per block\n\
150+
{maximum_bytes_read_per_block} maximum number of bytes read per block\n\
151+
{maximum_bytes_written_per_block} maximum number of bytes written per block\n\
152152
{maximum_oracle_response_bytes} maximum number of bytes of an oracle response\n\
153153
{maximum_http_response_bytes} maximum number of bytes of an HTTP response\n\
154154
{http_request_timeout_ms} ms timeout for HTTP requests\n\

linera-rpc/proto/rpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ message ChainInfoQuery {
174174
// Query the current committees
175175
bool request_committees = 3;
176176

177-
// Query the received messages that are waiting be picked in the next block.
177+
// Query the received messages that are waiting to be picked in the next block.
178178
bool request_pending_message_bundles = 4;
179179

180180
// Query a range of certificates hashes sent from the chain.

0 commit comments

Comments
 (0)