Skip to content

Commit 8c2c188

Browse files
committed
chore: typo fix
Signed-off-by: Vincent Biret <[email protected]>
1 parent 4df4b26 commit 8c2c188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Models/Interfaces/IOpenApiParameter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Microsoft.OpenApi.Models.Interfaces;
66

77
/// <summary>
8-
/// Defines the base properties for the example object.
8+
/// Defines the base properties for the parameter object.
99
/// This interface is provided for type assertions but should not be implemented by package consumers beyond automatic mocking.
1010
/// </summary>
1111
public interface IOpenApiParameter : IOpenApiDescribedElement, IOpenApiSerializable, IOpenApiReadOnlyExtensible

0 commit comments

Comments
 (0)