Skip to content

Commit 33b82d1

Browse files
authored
doc: s/developers that/developers/who/ (googleapis#10523)
1 parent 8a7baaf commit 33b82d1

118 files changed

Lines changed: 120 additions & 120 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ background threads. More details can be found in [#8800].
8686
On 2023-05-01 (or shortly after) we will remove `bigtable::RowReader`
8787
constructors which accept `DataClient` as an argument.
8888

89-
Application developers that read rows by directly constructing a `RowReader`
89+
Application developers who read rows by directly constructing a `RowReader`
9090
object should instead construct a `Table` object and call `Table::ReadRows(...)`
9191
on it.
9292

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ run the examples included with the libraries.
325325
- Packaging maintainers or developers who prefer to install the library in a
326326
fixed directory (such as `/usr/local` or `/opt`) should consult the
327327
[packaging guide](/doc/packaging.md).
328-
- Developers that prefer using a package manager such as
328+
- Developers who prefer using a package manager such as
329329
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
330330
or [Conan](https://conan.io) should follow the instructions for their package
331331
manager.

ci/generate-markdown/generate-packaging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ directory.
3333
- Packaging maintainers or developers who prefer to install the library in a
3434
fixed directory (such as `/usr/local` or `/opt`) should consult the current
3535
document.
36-
- Developers that prefer using a package manager such as
36+
- Developers who prefer using a package manager such as
3737
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
3838
or [Conan](https://conan.io) should follow the instructions for their package
3939
manager.

doc/contributor/howto-guide-setup-cmake-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ prefer to use CMake for whatever reason.
88
- Packaging maintainers or developers who prefer to install the library in a
99
fixed directory (such as `/usr/local` or `/opt`) should consult the
1010
[packaging guide](/doc/packaging.md).
11-
- Developers that prefer using a package manager such as
11+
- Developers who prefer using a package manager such as
1212
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
1313
or [Conan](https://conan.io) should follow the instructions for their package
1414
manager.

doc/contributor/howto-guide-setup-development-workstation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contributions to the project.
88
- Packaging maintainers or developers who prefer to install the library in a
99
fixed directory (such as `/usr/local` or `/opt`) should consult the
1010
[packaging guide](/doc/packaging.md).
11-
- Developers that prefer using a package manager such as
11+
- Developers who prefer using a package manager such as
1212
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
1313
or [Conan](https://conan.io) should follow the instructions for their package
1414
manager.

doc/packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ directory.
1111
- Packaging maintainers or developers who prefer to install the library in a
1212
fixed directory (such as `/usr/local` or `/opt`) should consult the current
1313
document.
14-
- Developers that prefer using a package manager such as
14+
- Developers who prefer using a package manager such as
1515
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
1616
or [Conan](https://conan.io) should follow the instructions for their package
1717
manager.

generator/internal/scaffold_generator.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ this library.
264264
* Packaging maintainers or developers who prefer to install the library in a
265265
fixed directory (such as `/usr/local` or `/opt`) should consult the
266266
[packaging guide](/doc/packaging.md).
267-
- Developers that prefer using a package manager such as
267+
- Developers who prefer using a package manager such as
268268
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
269269
or [Conan](https://conan.io) should follow the instructions for their package
270270
manager.
@@ -745,7 +745,7 @@ some experience as a C++ developer and that you have a working C++ toolchain
745745
* Packaging maintainers or developers who prefer to install the library in a
746746
fixed directory (such as `/usr/local` or `/opt`) should consult the
747747
[packaging guide](/doc/packaging.md).
748-
- Developers that prefer using a package manager such as
748+
- Developers who prefer using a package manager such as
749749
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
750750
or [Conan](https://conan.io) should follow the instructions for their package
751751
manager.

google/cloud/apikeys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main(int argc, char* argv[]) try {
6666
- Packaging maintainers or developers who prefer to install the library in a
6767
fixed directory (such as `/usr/local` or `/opt`) should consult the
6868
[packaging guide](/doc/packaging.md).
69-
- Developers that prefer using a package manager such as
69+
- Developers who prefer using a package manager such as
7070
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
7171
or [Conan](https://conan.io) should follow the instructions for their package
7272
manager.

google/cloud/apikeys/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ some experience as a C++ developer and that you have a working C++ toolchain
88
- Packaging maintainers or developers who prefer to install the library in a
99
fixed directory (such as `/usr/local` or `/opt`) should consult the
1010
[packaging guide](/doc/packaging.md).
11-
- Developers that prefer using a package manager such as
11+
- Developers who prefer using a package manager such as
1212
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
1313
or [Conan](https://conan.io) should follow the instructions for their package
1414
manager.

google/cloud/appengine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int main(int argc, char* argv[]) try {
6363
- Packaging maintainers or developers who prefer to install the library in a
6464
fixed directory (such as `/usr/local` or `/opt`) should consult the
6565
[packaging guide](/doc/packaging.md).
66-
- Developers that prefer using a package manager such as
66+
- Developers who prefer using a package manager such as
6767
[vcpkg](https://vcpkg.io), [Conda](https://conda.io),
6868
or [Conan](https://conan.io) should follow the instructions for their package
6969
manager.

0 commit comments

Comments
 (0)