aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Anna Sapek <asapek@google.com>2017-10-10 15:23:09 -0700
committerGravatar Anna Sapek <asapek@google.com>2017-10-10 15:23:09 -0700
commit1e91362498f0213e7b7b0065ff1390ec2f9be2c4 (patch)
treec9f53b2275e139e15cfe11bf214c3d70274de8fa /include/grpc++
parent451d312c8029d5d47eb1fd3cac2a641f1235cf5d (diff)
Fix param annotation for AddListeningPort()
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/server_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server_builder.h b/include/grpc++/server_builder.h
index bbf45b3e74..a948abedb5 100644
--- a/include/grpc++/server_builder.h
+++ b/include/grpc++/server_builder.h
@@ -140,7 +140,7 @@ class ServerBuilder {
/// please use IPv6 any, i.e., [::]:<port>, which also accepts IPv4
/// connections. Valid values include dns:///localhost:1234, /
/// 192.168.1.1:31416, dns:///[::1]:27182, etc.).
- /// \params creds The credentials associated with the server.
+ /// \param creds The credentials associated with the server.
/// \param selected_port[out] If not `nullptr`, gets populated with the port
/// number bound to the \a grpc::Server for the corresponding endpoint after
/// it is successfully bound, 0 otherwise.