Skip to content

Commit dd3f1c5

Browse files
committed
Nudebox -> textbox
1 parent a51ee95 commit dd3f1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textbox/textbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func (c *Client) Check(r io.Reader) (*Analysis, error) {
133133
}, nil
134134
}
135135

136-
// ErrTextbox represents an error from nudebox.
136+
// ErrTextbox represents an error from textbox.
137137
type ErrTextbox string
138138

139139
func (e ErrTextbox) Error() string {

0 commit comments

Comments
 (0)