You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/14 04:47:13 UTC

[GitHub] [pulsar] michaeljmarshall commented on a change in pull request #12027: Fix Typos in Documentation, Comments, and Logs

michaeljmarshall commented on a change in pull request #12027:
URL: https://github.com/apache/pulsar/pull/12027#discussion_r707905951



##########
File path: pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java
##########
@@ -196,7 +196,7 @@
     private String functionWebServiceUrl;
     @FieldContext(
         category = CATEGORY_FUNC_METADATA_MNG,
-        doc = "The pulser binary service url that function metadata manager talks to"
+        doc = "The pulsar binary service url that function metadata manager talks to"

Review comment:
       I updated all 4 of the `url` strings to `URL`. There are 7 `doc` fields in this `WorkerConfig` file that start with lower cased `pulsar` and there are no uses of upper cased `Pulsar`. Are all references to pulsar supposed to be capitalized?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org