From ba65002de4dd443f9d3af0cbb6e129f673f39623 Mon Sep 17 00:00:00 2001 From: "hxcan.cai" Date: Mon, 24 Jul 2017 13:51:10 +0800 Subject: [PATCH] Fix error in Doxygen comment. --- include/grpc++/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpc++/server.h b/include/grpc++/server.h index 4684b10fe6d..01c4a60d216 100644 --- a/include/grpc++/server.h +++ b/include/grpc++/server.h @@ -159,7 +159,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen { /// /// \param addr The address to try to bind to the server (eg, localhost:1234, /// 192.168.1.1:31416, [::1]:27182, etc.). - /// \params creds The credentials associated with the server. + /// \param creds The credentials associated with the server. /// /// \return bound port number on success, 0 on failure. ///