Skip to content

Commit

Permalink
docs: fix typo in proto (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 authored Oct 10, 2023
1 parent 0bb14fe commit 2dd3559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions console-api/proto/async_ops.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "google/protobuf/duration.proto";
import "common.proto";


// An `AsyncOp` state update.
// An `AsyncOp` state update.
//
// This includes a list of any new async ops, and updates to the associated statistics
// for any async ops that have changed since the last update.
Expand Down Expand Up @@ -35,7 +35,7 @@ message AsyncOpUpdate {
// An async operation.
//
// An async operation is an operation that is associated with a resource
// This could, for example, be a a read or write on a TCP stream, or a receive operation on
// This could, for example, be a read or write on a TCP stream, or a receive operation on
// a channel.
message AsyncOp {
// The async op's ID.
Expand Down
2 changes: 1 addition & 1 deletion console-api/src/generated/rs.tokio.console.async_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct AsyncOpUpdate {
/// An async operation.
///
/// An async operation is an operation that is associated with a resource
/// This could, for example, be a a read or write on a TCP stream, or a receive operation on
/// This could, for example, be a read or write on a TCP stream, or a receive operation on
/// a channel.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
Expand Down

0 comments on commit 2dd3559

Please sign in to comment.