Skip to content

Commit 02e3850

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix minor docstring formatting
PiperOrigin-RevId: 493589316
1 parent 2592f50 commit 02e3850

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/translate/v3/translation_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ message OutputConfig {
545545
// (https://cloud.google.com/storage/docs/bucket-lock?hl=en#retention-policy)
546546
//
547547
// The format of translations_file (for target language code 'trg') is:
548-
// gs://translation_test/a_b_c_'trg'_translations.[extension]
548+
// `gs://translation_test/a_b_c_'trg'_translations.[extension]`
549549
//
550550
// If the input file extension is tsv, the output has the following
551551
// columns:

google/cloud/translate/v3beta1/translation_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ message OutputConfig {
535535
// (https://cloud.google.com/storage/docs/bucket-lock?hl=en#retention-policy)
536536
//
537537
// The format of translations_file (for target language code 'trg') is:
538-
// gs://translation_test/a_b_c_'trg'_translations.[extension]
538+
// `gs://translation_test/a_b_c_'trg'_translations.[extension]`
539539
//
540540
// If the input file extension is tsv, the output has the following
541541
// columns:

0 commit comments

Comments
 (0)