aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/main/java/io/grpc/ServerBuilder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/io/grpc/ServerBuilder.java b/core/src/main/java/io/grpc/ServerBuilder.java
index 61238065e..25f52344d 100644
--- a/core/src/main/java/io/grpc/ServerBuilder.java
+++ b/core/src/main/java/io/grpc/ServerBuilder.java
@@ -226,7 +226,7 @@ public abstract class ServerBuilder<T extends ServerBuilder<T>> {
}
/**
- * Sets the BinaryLog object that this server should log to. The channel does not take
+ * Sets the BinaryLog object that this server should log to. The server does not take
* ownership of the object, and users are responsible for calling {@link BinaryLog#close()}.
*
* @param binaryLog the object to provide logging.