0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-19 11:13:45 +02:00

docs: fix duplicated word in foreachref doc comment (#38161)

The Format doc comment read "See See git-for-each-ref(1)" — removed the
duplicated "See" (the sibling field comments use a single "See").

Signed-off-by: s3onghyun <s3onghyun.hong@gmail.com>
This commit is contained in:
SEONGHYUN HONG 2026-06-19 05:48:27 +09:00 committed by GitHub
parent 21bcca798b
commit a12f980793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ var (
)
// Format supports specifying and parsing an output format for 'git
// for-each-ref'. See See git-for-each-ref(1) for available fields.
// for-each-ref'. See git-for-each-ref(1) for available fields.
type Format struct {
// fieldNames hold %(fieldname)s to be passed to the '--format' flag of
// for-each-ref. See git-for-each-ref(1) for available fields.