From bd6e31fe1fe33738361193ccfda639a18f8fa8aa Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Tue, 2 Nov 2021 05:06:05 +0000 Subject: [PATCH] Fix typo (remove extra word) (#18855) Docs Changes: Removes an extra word Signed-off-by: Peter Jausovec Mirrored from https://github.com/envoyproxy/envoy @ dbb1f50ef340e565c5a495a17aac0afff5d9a4f9 --- envoy/extensions/formatter/metadata/v3/metadata.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/extensions/formatter/metadata/v3/metadata.proto b/envoy/extensions/formatter/metadata/v3/metadata.proto index 9b110a48..86b5053b 100644 --- a/envoy/extensions/formatter/metadata/v3/metadata.proto +++ b/envoy/extensions/formatter/metadata/v3/metadata.proto @@ -26,7 +26,7 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE; // :ref:`Metadata ` info, // where TYPE is type of metadata (see above for supported types), // NAMESPACE is the filter namespace used when setting the metadata, KEY is an optional -// lookup up key in the namespace with the option of specifying nested keys separated by ':', +// lookup key in the namespace with the option of specifying nested keys separated by ':', // and Z is an optional parameter denoting string truncation up to Z characters long. // The data will be logged as a JSON string. For example, for the following ROUTE metadata: //