Skip to content

Commit cc95d0c

Browse files
committed
style: fix region tag
1 parent 1b98b36 commit cc95d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/src/get_commit_stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function get_commit_stats($instanceId, $databaseId)
6262

6363
print('Updated data with ' . $commitStats['mutationCount'] . ' mutations.' . PHP_EOL);
6464
}
65-
// [END spanner_create_database]
65+
// [END spanner_get_commit_stats]
6666

6767
require_once __DIR__ . '/../../testing/sample_helpers.php';
6868
\Google\Cloud\Samples\execute_sample(__FILE__, __NAMESPACE__, $argv);

0 commit comments

Comments
 (0)