Skip to content

Commit 21460d6

Browse files
committed
Fix reference to line number
1 parent 4a7cf1d commit 21460d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ $ git push origin master (28)
201201
Now that your work has been accepted in upstream, you can safely delete the
202202
branches you were working on both in your local and remote repositories (29-31). If you ever abandon your effort before
203203
a pull-request is accepted, you can also delete your branch; but you'll need
204-
to use -D (capital D) in (29).
204+
to use -D (capital D) in (30).
205205

206206
```bash
207207
$ git checkout master (29)

0 commit comments

Comments
 (0)