Skip to content

Commit 72e7a15

Browse files
Update parser.go
Co-authored-by: Sarah Vessels <[email protected]>
1 parent 58bb353 commit 72e7a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate/parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
)
99

10-
// parseRules removes numbering, bullets, and extraneous "Rules:" lines from a rules text block.
10+
// ParseRules removes numbering, bullets, and extraneous "Rules:" lines from a rules text block.
1111
func ParseRules(text string) []string {
1212
if IsUnassistedResponse(text) {
1313
return nil

0 commit comments

Comments
 (0)