Skip to content

Commit

Permalink
fix(vdp): unended backtick in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Mar 21, 2024
1 parent de10e2e commit 3dca4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdp/pipeline/v1beta/pipeline.proto
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ message PipelineRelease {
};

// The name of the release, defined by its parent and ID.
// - Format: `{parent_type}/{parent.id}/pipelines/{pipeline.id}/releases/{release.id}
// - Format: `{parent_type}/{parent.id}/pipelines/{pipeline.id}/releases/{release.id}`.
string name = 1 [
(google.api.field_behavior) = OUTPUT_ONLY,
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
Expand Down

0 comments on commit 3dca4de

Please sign in to comment.