From 3473ff5de5598d519e0b9446aafeddead5bff7fb Mon Sep 17 00:00:00 2001 From: Andrew Blommestyn <71096624+ablomm@users.noreply.github.com> Date: Thu, 10 Apr 2025 05:00:45 +0000 Subject: [PATCH] Fix grammar on how git svn fetches tags The wording "rather than treating them remote branches." is missing a preposition "as". --- book/09-git-and-other-scms/sections/client-svn.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/09-git-and-other-scms/sections/client-svn.asc b/book/09-git-and-other-scms/sections/client-svn.asc index 502e49982..de330a1b2 100644 --- a/book/09-git-and-other-scms/sections/client-svn.asc +++ b/book/09-git-and-other-scms/sections/client-svn.asc @@ -158,7 +158,7 @@ c3dcbe8488c6240392e8a5d7553bbffcb0f94ef0 refs/remotes/origin/master 6dcb09b5b57875f334f61aebed695e2e4193db5e refs/tags/v1.0.0 ---- -Git fetches the tags directly into `refs/tags`, rather than treating them remote branches. +Git fetches the tags directly into `refs/tags`, rather than treating them as remote branches. ===== Committing Back to Subversion