Skip to content

Commit 8e41ce2

Browse files
Update docs/upgrade-guide-2.md
Co-authored-by: Martin Costello <[email protected]>
1 parent 5d42fe3 commit 8e41ce2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ public class OpenApiDocument : IOpenApiSerializable, IOpenApiExtensible, IOpenA
261261
/// An object to hold reusable <see cref="OpenApiPathItem"/> Object.
262262
/// </summary>
263263
public virtual IDictionary<string, OpenApiPathItem>? PathItems { get; set; } = new Dictionary<string, OpenApiPathItem>();
264-
265264
}
266265
```
267266

0 commit comments

Comments
 (0)