Skip to content

Commit 5db5e16

Browse files
cez81lunny
authored andcommitted
Correct grammar in APIEmpty documentation (#1748)
* Correct grammar in APIEmpty doc * Generate swagger.v1.json
1 parent c4b5b12 commit 5db5e16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/context/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type APIValidationError struct {
3737
URL string `json:"url"`
3838
}
3939

40-
//APIEmpty is a empty response
40+
//APIEmpty is an empty response
4141
// swagger:response empty
4242
type APIEmpty struct{}
4343

public/swagger.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@
12691269
}
12701270
},
12711271
"empty": {
1272-
"description": "APIEmpty is a empty response"
1272+
"description": "APIEmpty is an empty response"
12731273
},
12741274
"error": {
12751275
"description": "APIError is error format response",

0 commit comments

Comments
 (0)