remove repetitive words (#25860)

Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
This commit is contained in:
suchsoon
2024-03-14 02:44:54 +08:00
committed by GitHub
parent b44d9fc19f
commit f86e3d4a68
10 changed files with 12 additions and 12 deletions

View File

@@ -282,7 +282,7 @@ type RequestExample struct {
// Response describes and optional demonstrations an operation response.
type Response struct {
Description string // summary of the the response and should always be provided
Description string // summary of the response and should always be provided
MediaType string // media type of the response, defaulting to "application/json" if empty
Fields map[string]*FieldSchema // the fields present in this response, used to generate openapi response
Example *logical.Response // example response data