Skip to content

Commit e0f9ad1

Browse files
authored
changed a redundant word
1 parent 7c8c8ea commit e0f9ad1

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
@@ -72,7 +72,7 @@ The process works like this (see <<wfdiag_c>>):
7272
1. Regular developers work on their topic branch and rebase their work on top of `master`.
7373
The `master` branch is that of the reference directory to which the dictator pushes.
7474
2. Lieutenants merge the developers' topic branches into their `master` branch.
75-
3. The dictator merges the lieutenants' `master` branches into the dictator's `master` branch.
75+
3. The dictator merges the lieutenants' `master` branches into their `master` branch.
7676
4. The dictator pushes their `master` to the reference repository so the other developers can rebase on it.
7777

7878
[[wfdiag_c]]

0 commit comments

Comments
 (0)