Skip to content

Commit e38e511

Browse files
say25baywet
authored andcommitted
Fix Typo in IOpenApiReadOnlyExtensible.cs
1 parent 56446a6 commit e38e511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Interfaces/IOpenApiReadOnlyExtensible.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Microsoft.OpenApi;
44

55
/// <summary>
6-
/// Represents an Extensible Open API element elements can be rad from.
6+
/// Represents an Extensible Open API element elements can be read from.
77
/// </summary>
88
public interface IOpenApiReadOnlyExtensible
99
{

0 commit comments

Comments
 (0)