File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ different languages:
2626- [ Python] ( #python )
2727
2828Unless otherwise stated under the language example, it is assumed that
29- gRPC is already already installed. The gRPC installation procedure
29+ gRPC is already installed. The gRPC installation procedure
3030can vary greatly depending on the operating system being used and
3131whether a gRPC source install is required. Follow the [ gRPC install
3232instructions] ( https://github.com/grpc/grpc/blob/master/INSTALL ) if
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
2727 ErrInvalidType
2828
2929 // ErrEmbeddedType indicates the provided command struct contains an
30- // embedded type which is not not supported.
30+ // embedded type which is not supported.
3131 ErrEmbeddedType
3232
3333 // ErrUnexportedField indiciates the provided command struct contains an
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const (
3030// JoinNodes is a synchronization tool used to block until all passed nodes are
3131// fully synced with respect to an attribute. This function will block for a
3232// period of time, finally returning once all nodes are synced according to the
33- // passed JoinType. This function be used to to ensure all active test
33+ // passed JoinType. This function be used to ensure all active test
3434// harnesses are at a consistent state before proceeding to an assertion or
3535// check within rpc tests.
3636func JoinNodes (nodes []* Harness , joinType JoinType ) error {
You can’t perform that action at this time.
0 commit comments