We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b399dff commit bbe6125Copy full SHA for bbe6125
1 file changed
services/control-plane/internal/generator/topic_list.go
@@ -38,7 +38,7 @@ func BuildTopicList() string {
38
fmt.Fprintf(&sb, "### %s\n\n", svc)
39
for _, topic := range topicList {
40
desc := describeTopicName(topic)
41
- fmt.Fprintf(&sb, "- `%s` - %s\n", topic, desc)
+ fmt.Fprintf(&sb, "- `%s` — %s\n", topic, desc)
42
}
43
sb.WriteString("\n")
44
0 commit comments