Skip to content

Commit 63dca8a

Browse files
Update src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
Co-authored-by: Darrel <[email protected]>
1 parent b6b9f74 commit 63dca8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static string[] ToIdentifier(this JsonSchemaType schemaType)
5454
/// </summary>
5555
/// <param name="schemaType"></param>
5656
/// <returns></returns>
57-
internal static string FirstIdentifier(this JsonSchemaType schemaType)
57+
internal static string ToFirstIdentifier(this JsonSchemaType schemaType)
5858
{
5959
var identifier = schemaType.ToIdentifier();
6060
return identifier[0];

0 commit comments

Comments
 (0)