Skip to content

Commit d630140

Browse files
committed
Use “their” instead of “his” (2)
1 parent ffa4d5b commit d630140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/distributed-workflows.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This is a variant of a multiple-repository workflow.
6767
It's generally used by huge projects with hundreds of collaborators; one famous example is the Linux kernel.
6868
Various integration managers are in charge of certain parts of the repository; they're called _lieutenants_.
6969
All the lieutenants have one integration manager known as the benevolent dictator.
70-
The benevolent dictator pushes from his directory to a reference repository from which all the collaborators need to pull.
70+
The benevolent dictator pushes from their directory to a reference repository from which all the collaborators need to pull.
7171
The process works like this (see <<wfdiag_c>>):
7272

7373
1. Regular developers work on their topic branch and rebase their work on top of `master`.

0 commit comments

Comments
 (0)