Skip to content

Commit e9ab441

Browse files
committed
Update comment
1 parent 0c91327 commit e9ab441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Hidi/OpenApiService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static async Task TransformOpenApiDocumentAsync(HidiOptions options, ILog
7777
throw new IOException($"The file {options.Output} already exists. Please input a new file path.");
7878
}
7979

80-
// Default to yaml and OpenApiVersion 3 during csdl to OpenApi conversion
80+
// Default to yaml and OpenApiVersion 3_1 during csdl to OpenApi conversion
8181
var openApiFormat = options.OpenApiFormat ?? (!string.IsNullOrEmpty(options.OpenApi) ? GetOpenApiFormat(options.OpenApi, logger) : OpenApiFormat.Yaml);
8282
var openApiVersion = options.Version != null ? TryParseOpenApiSpecVersion(options.Version) : OpenApiSpecVersion.OpenApi3_1;
8383

0 commit comments

Comments
 (0)