From c64a46cea8835b99898824b99fd54efeb7e824ab Mon Sep 17 00:00:00 2001 From: Anna Bocharova Date: Tue, 28 Mar 2023 00:37:53 +0200 Subject: [PATCH] Fix version in the comment of the DSL of OAS 3.1 --- src/dsl/openapi-builder31.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsl/openapi-builder31.ts b/src/dsl/openapi-builder31.ts index 5a1f1d8..19e0864 100644 --- a/src/dsl/openapi-builder31.ts +++ b/src/dsl/openapi-builder31.ts @@ -1,7 +1,7 @@ import * as yaml from 'yaml'; import * as oa from '../model/openapi31.js'; -// Internal DSL for building an OpenAPI 3.0.x contract +// Internal DSL for building an OpenAPI 3.1.x contract // using a fluent interface export class OpenApiBuilder {