Skip to content

Commit d71e371

Browse files
committed
docs: fixes doc comments to align with changes made in #1883
Signed-off-by: Vincent Biret <[email protected]>
1 parent f2fb6cc commit d71e371

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)