Skip to content

Commit

Permalink
Fix typo error in README (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashisrani authored Dec 28, 2024
1 parent 2138705 commit 94ff0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ type DeepObject struct { //in `proto` package
}
@success 200 {object} jsonresult.JSONResult{data1=proto.Order{data=proto.DeepObject},data2=[]proto.Order{data=[]proto.DeepObject}} "desc"
```
### Add response request
### Add request headers
```go
// @Param X-MyHeader header string true "MyHeader must be set for valid response"
Expand Down

0 comments on commit 94ff0fc

Please sign in to comment.