Skip to content

Commit e85a4f1

Browse files
authored
Merge pull request #1892 from microsoft/docs/mapping-doc-comment-fix
docs: fixes doc comments to align with changes made in #1883
2 parents f2fb6cc + d71e371 commit e85a4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public static class OpenApiTypeMapper
5757
/// Other types including nullables and URL are also supported.
5858
/// Common Name type format Comments
5959
/// =========== ======= ====== =========================================
60-
/// integer integer int32 signed 32 bits
61-
/// long integer int64 signed 64 bits
60+
/// integer number int32 signed 32 bits
61+
/// long number int64 signed 64 bits
6262
/// float number float
6363
/// double number double
6464
/// string string [empty]

0 commit comments

Comments
 (0)