Skip to content

Commit 3e3d5d1

Browse files
authored
Merge pull request #5 from jasonhancock/fix_docs
fix copy/paste error in comment
2 parents 94fe1f3 + 2002afd commit 3e3d5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebox/facebox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (c *Client) Info() (*boxutil.Info, error) {
7979
return &info, nil
8080
}
8181

82-
// ErrFacebox represents an error from nudebox.
82+
// ErrFacebox represents an error from facebox.
8383
type ErrFacebox string
8484

8585
func (e ErrFacebox) Error() string {

0 commit comments

Comments
 (0)