doc: fix `update-ref` `symref-create` formatting

`symref-create` should be followed `::`, not `:`. The lack of second colon (`:`) causes it to appear as regular text (`<p>`) instead of as a description list term (`<dt>`) in the HTML documentation. Signed-off-by: Sam Bostock <sam@sambostock.ca> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Sam Bostock committed Dec 9, 2025 at 06:23 UTC 5ae594f30be8a89a9e345e4e5e454f4b92156da1
1 file changed +1 -1
Documentation/git-update-ref.txt
+1 -1
@@ -109,7 +109,7 @@ verify::
109 Verify <ref> against <old-oid> but do not change it. If
110 <old-oid> is zero or missing, the ref must not exist.
111
112 -symref-create:
112 +symref-create::
113 Create symbolic ref <ref> with <new-target> after verifying that
114 it does not exist.
115