Skip to content

Commit b736151

Browse files
committed
fix region tag
1 parent 55f1cf0 commit b736151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubsub/api/src/dead_letter_update_subscription.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace Google\Cloud\Samples\PubSub;
2525

26-
# [START pubsub_dead_letter_remove]
26+
# [START pubsub_dead_letter_update_subscription]
2727
use Google\Cloud\PubSub\PubSubClient;
2828

2929
/**
@@ -55,4 +55,4 @@ function dead_letter_update_subscription($projectId, $topicName, $subscriptionNa
5555
$deadLetterTopic->name()
5656
);
5757
}
58-
# [END pubsub_dead_letter_remove]
58+
# [END pubsub_dead_letter_update_subscription]

0 commit comments

Comments
 (0)