mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix typos & add more comments
This commit is contained in:
parent
2e9ce3cf52
commit
3617955bc5
16 changed files with 82 additions and 68 deletions
2
error.go
2
error.go
|
|
@ -3,7 +3,7 @@ package crunchyroll
|
|||
import "fmt"
|
||||
|
||||
// AccessError is an error which will be returned when some special sort of api request fails.
|
||||
// See Crunchyroll.request when the error gets used
|
||||
// See Crunchyroll.request when the error gets used.
|
||||
type AccessError struct {
|
||||
error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue