diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 01:30:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 01:30:00 +0200 |
commit | 78d6aeedffa428dba1394eecb32a9534ecd04202 (patch) | |
tree | 6a49ebbb746f651425226c3ef7bb4386f16f7176 /src/templates/jargon.html.tmpl | |
parent | 89b4267bd200824723abeeec1bbd6289e8fd2dd5 (diff) |
Fix hyphen usage
Diffstat (limited to 'src/templates/jargon.html.tmpl')
-rw-r--r-- | src/templates/jargon.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/jargon.html.tmpl b/src/templates/jargon.html.tmpl index 23847a4..79519aa 100644 --- a/src/templates/jargon.html.tmpl +++ b/src/templates/jargon.html.tmpl @@ -55,7 +55,7 @@ <dl> {{ template "jargon/dt" (tuple "crh" (.Get "CRH — Coin Roll Hunting")) }} <dd> - {{ .Get "Coin roll hunting is a general term for the activity of collecting coins by searching through coin rolls and -bags. Coin rolls and -bags are often obtained at banks or coin roll machines." }} + {{ .Get "Coin roll hunting is a general term for the activity of collecting coins by searching through coin rolls and bags. Coin rolls and bags are often obtained at banks or coin roll machines." }} </dd> </dl> </main> @@ -67,4 +67,4 @@ {{ index . 1 }} </a> </dt> -{{ end }}
\ No newline at end of file +{{ end }} |