mirror of
https://github.com/miniflux/v2.git
synced 2025-07-22 17:18:37 +00:00
Fix minor typo
This commit is contained in:
parent
87d58987a6
commit
2dcabc840c
4 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ func (r *Response) String() string {
|
|||
)
|
||||
}
|
||||
|
||||
// IsNotFound returns true if the resource doesn't exists anymore.
|
||||
// IsNotFound returns true if the resource doesn't exist anymore.
|
||||
func (r *Response) IsNotFound() bool {
|
||||
return r.StatusCode == 404 || r.StatusCode == 410
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue