aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/resource_quota.h
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-05-05 13:52:42 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-05-05 13:52:42 -0700
commita9f1e2566d084b8f428887523859312f78f511f4 (patch)
treede2c4abee7e5df25ea382fd8edaffa96f0041f13 /include/grpc++/resource_quota.h
parentd809a15ec4913c7a8cd38d679a78b3edcb716b69 (diff)
address comments
Diffstat (limited to 'include/grpc++/resource_quota.h')
-rw-r--r--include/grpc++/resource_quota.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/resource_quota.h b/include/grpc++/resource_quota.h
index da14088ebb..1199ae9381 100644
--- a/include/grpc++/resource_quota.h
+++ b/include/grpc++/resource_quota.h
@@ -47,7 +47,7 @@ namespace grpc {
/// all attached entities below the ResourceQuota bound.
class ResourceQuota final : private GrpcLibraryCodegen {
public:
- // \param name - a unique name for this ResourceQuota.
+ /// \param name - a unique name for this ResourceQuota.
explicit ResourceQuota(const grpc::string& name);
ResourceQuota();
~ResourceQuota();