Skip to content

Commit f9e547a

Browse files
author
Ron
authored
Merge pull request OAI#1164 from krishahn/edit-open-api-version-string
edit OpenAPI Version String
2 parents a311011 + effaf4e commit f9e547a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
192192

193193
#### <a name="oasVersionString"></a>OpenAPI Version String
194194

195-
The version string signifies the version of the OpenAPI Specification that the document complies to. The format for this string MUST be `major`.`minor`.`patch`. The `patch` MAY be suffixed by a hyphen and extra alphanumeric characters.
195+
The version string signifies which OpenAPI Specification version the document complies to. The format for this string MUST be `major`.`minor`.`patch`. The `patch` MAY be suffixed by a hyphen and extra alphanumeric characters.
196196

197197
A `major`.`minor` SHALL be used to designate the OpenAPI Specification version, and will be considered compatible with the OpenAPI Specification specified by that `major`.`minor` version. The patch version will not be considered by tooling, making no distinction between `3.0.0` and `3.0.1`.
198198

0 commit comments

Comments
 (0)