Skip to content

Commit e6281db

Browse files
Update cleaner.go
Co-authored-by: Sarah Vessels <[email protected]>
1 parent 7cf92c1 commit e6281db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate/cleaner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ func IsUnassistedResponse(text string) bool {
1111
return re.MatchString(strings.ToLower(text))
1212
}
1313

14-
// unfence removes code fences and splits text into lines.
14+
// Unfence removes Markdown code fences and splits text into lines.
1515
func Unfence(text string) string {
1616
text = strings.TrimSpace(text)
1717
// Remove triple backtick code fences if present

0 commit comments

Comments
 (0)