Skip to content

Commit edd9ff1

Browse files
Update docs/upgrade-guide-2.md
Co-authored-by: Martin Costello <[email protected]>
1 parent 54b178a commit edd9ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ OpenApiOperation operation = new OpenApiOperation
287287
// After (2.0)
288288
OpenApiOperation operation = new OpenApiOperation
289289
{
290-
HttpMethod = new HttpMethod("GET")// or HttpMethod.Get
290+
HttpMethod = new HttpMethod("GET") // or HttpMethod.Get
291291
};
292292
```
293293

0 commit comments

Comments
 (0)