Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 2083c29

Browse files
authored
doc: fix closing tag for spanner_delete_data (#1321)
1 parent 4375133 commit 2083c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/spanner/samples/samples.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ void DeleteData(google::cloud::spanner::Client client) {
809809
}
810810
std::cout << "Delete was successful [spanner_delete_data]\n";
811811
}
812-
//! [END spanner_update_data]
812+
//! [END spanner_delete_data]
813813

814814
// [START spanner_insert_data_with_timestamp_column]
815815
void InsertDataWithTimestamp(google::cloud::spanner::Client client) {

0 commit comments

Comments
 (0)