aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2019-01-03 18:23:15 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2019-01-03 18:23:15 -0800
commit7eeda22d9ed2f9936ec5a2ad61076274dfb5282b (patch)
tree84a0ae762a32f0b62f9d20dedc62b92ffd781dde /include
parentbac79bdabe840d105be23bd97a8ca8e1aa0eae73 (diff)
s/two/three
Diffstat (limited to 'include')
-rw-r--r--include/grpcpp/impl/codegen/interceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/interceptor.h b/include/grpcpp/impl/codegen/interceptor.h
index 0ad257bcd6..519c65c717 100644
--- a/include/grpcpp/impl/codegen/interceptor.h
+++ b/include/grpcpp/impl/codegen/interceptor.h
@@ -46,7 +46,7 @@ namespace experimental {
/// operation has been requested and it is available. POST_RECV means that a
/// result is available but has not yet been passed back to the application.
enum class InterceptionHookPoints {
- /// The first two in this list are for clients and servers
+ /// The first three in this list are for clients and servers
PRE_SEND_INITIAL_METADATA,
PRE_SEND_MESSAGE,
POST_SEND_MESSAGE,