Skip to content

Commit 1e9a32e

Browse files
committed
Changed "pointer at" to "pointer to"
The rest of section describes pointers as pointing 'to' something, and on this particular line it was 'creates a new pointer at', which might make the sentence seem a little incoherent on first glance.
1 parent 46addad commit 1e9a32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/nutshell.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You do this with the `git branch` command:(((git commands, branch)))
5959
$ git branch testing
6060
----
6161

62-
This creates a new pointer at the same commit you're currently on.
62+
This creates a new pointer to the same commit you're currently on.
6363

6464
.Two branches pointing into the same series of commits
6565
image::images/two-branches.png[Two branches pointing into the same series of commits.]

0 commit comments

Comments
 (0)