Skip to content

Commit 5d42fe3

Browse files
fix typo
Co-authored-by: Martin Costello <[email protected]>
1 parent 220699c commit 5d42fe3

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
@@ -243,7 +243,7 @@ public class OpenApiDocument : IOpenApiSerializable, IOpenApiExtensible, IOpenA
243243
public class OpenApiLicense : IOpenApiSerializable, IOpenApiExtensible
244244
{
245245
/// <summary>
246-
/// An SPDX license expression for the API. The identifier field is mutually exclusive of the url field.
246+
/// An SPDX license expression for the API. The identifier field is mutually exclusive of the Url property.
247247
/// </summary>
248248
public string Identifier { get; set; }
249249
}

0 commit comments

Comments
 (0)