Skip to content

Commit

Permalink
chore: comment Deprecated -> OptionDeprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Dec 20, 2024
1 parent ff572b8 commit 2a78faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion option.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func OptionOperationID(operationID string) func(*BaseRoute) {
}
}

// Deprecated marks the route as deprecated.
// OptionDeprecated marks the route as deprecated.
func OptionDeprecated() func(*BaseRoute) {
return func(r *BaseRoute) {
r.Operation.Deprecated = true
Expand Down

0 comments on commit 2a78faa

Please sign in to comment.