Skip to content

Commit

Permalink
Fix a typo in interceptor example's README.md (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongyangshi authored Nov 4, 2020
1 parent ea89aca commit c6fa121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ user to operate on.

In the example, we define a new struct `wrappedStream`, which is embedded with a
`ClientStream`. Then, we implement (overload) the `SendMsg` and `RecvMsg`
methods on `wrappedStream` to intercepts these two operations on the embedded
methods on `wrappedStream` to intercept these two operations on the embedded
`ClientStream`. In the example, we log the message type info and time info for
interception purpose.

Expand Down

0 comments on commit c6fa121

Please sign in to comment.