Skip to content

Commit

Permalink
Merge pull request #1892 from microsoft/docs/mapping-doc-comment-fix
Browse files Browse the repository at this point in the history
docs: fixes doc comments to align with changes made in #1883
  • Loading branch information
baywet authored Oct 25, 2024
2 parents f2fb6cc + d71e371 commit e85a4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.OpenApi/Extensions/OpenApiTypeMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public static class OpenApiTypeMapper
/// Other types including nullables and URL are also supported.
/// Common Name type format Comments
/// =========== ======= ====== =========================================
/// integer integer int32 signed 32 bits
/// long integer int64 signed 64 bits
/// integer number int32 signed 32 bits
/// long number int64 signed 64 bits
/// float number float
/// double number double
/// string string [empty]
Expand Down

0 comments on commit e85a4f1

Please sign in to comment.