Skip to content

Commit 601bd52

Browse files
authored
doc: fix typo in ARCHITECTURE.md (googleapis#14471)
1 parent 8c9b852 commit 601bd52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ defined, there are separate `${library}::*Client` objects.
107107

108108
These are some examples:
109109

110-
- Bigtable has a [`bigtable::Table`](/google/cloud/bigtable/table.h) client. It
111-
also has two admin clients:
110+
- Bigtable has a [`bigtable::DataClient`](/google/cloud/bigtable/data_client.h)
111+
client. It also has two admin clients:
112112
[`bigtable_admin::BigtableInstanceAdminClient`](/google/cloud/bigtable/admin/bigtable_instance_admin_client.h)
113113
and
114114
[`bigtable_admin::BigtableTableAdminClient`](/google/cloud/bigtable/admin/bigtable_table_admin_client.h).

0 commit comments

Comments
 (0)