diff options
Diffstat (limited to 'modules/context')
-rw-r--r-- | modules/context/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/context/api.go b/modules/context/api.go index 2068285c7a..7264214f37 100644 --- a/modules/context/api.go +++ b/modules/context/api.go @@ -37,7 +37,7 @@ type APIValidationError struct { URL string `json:"url"` } -//APIEmpty is a empty response +//APIEmpty is an empty response // swagger:response empty type APIEmpty struct{} |