robertwb commented on a change in pull request #14470:
URL: https://github.com/apache/beam/pull/14470#discussion_r613402560



##########
File path: model/pipeline/src/main/proto/beam_runner_api.proto
##########
@@ -1637,13 +1637,13 @@ message FunctionSpec {
 message StandardDisplayData {
   enum DisplayData {
     // A string label and value. Has a payload containing an encoded
-    // LabelledStringPayload.
-    LABELLED_STRING = 0 [(beam_urn) = "beam:display_data:labelled_string:v1"];
+    // LabelledPayload.
+    LABELLED = 0 [(beam_urn) = "beam:display_data:labelled:v1"];
 
     // Some samples that are being considered to become standard display data
     // types follow:
 
-    // A path/location of a resource that this transform accesses. Encoded as
+    // A path/location of a resource that this transform accaesses. Encoded as

Review comment:
       spelling




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to