diff options
| author | David Schlachter <t480-debian-git@schlachter.ca> | 2026-01-08 11:36:26 -0500 |
|---|---|---|
| committer | David Schlachter <t480-debian-git@schlachter.ca> | 2026-01-08 11:36:26 -0500 |
| commit | 1cd785a492d968f870e605d079ca5c9310cfcea0 (patch) | |
| tree | 8fc078f58f99215d9f5674e77022e05539795b64 /ui.go | |
| parent | 4be46ea1449222be87c8ba4aa4d1d02187e5a6d8 (diff) | |
Fix typo
Diffstat (limited to 'ui.go')
| -rw-r--r-- | ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ func (m model) View() string { } func formatDefinitionForDisplay(policy bluemonday.Policy, definition string, maxWidth int) string { - // Add a hypher to the start of each definition + // Add a hyphen to the start of each definition str := strings.ReplaceAll(definition, "<li class=sense>", "<li class=sense>- ") // Italicize examples |
