Skip to content

Commit

Permalink
Fixed the comment (RicoSuter#3904)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavkidisq authored Feb 23, 2022
1 parent 5cfa197 commit 67cc25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NSwag.Annotations/OpenApiOperationAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public OpenApiOperationAttribute(string operationId, string summary, string desc
public string Description { get; private set; }
}

/// <summary>Specifies the operation id.</summary>
/// <summary>Specifies the operation ID.</summary>
[AttributeUsage(AttributeTargets.Method)]
[Obsolete("Use " + nameof(OpenApiOperationAttribute) + " instead.")]
public class SwaggerOperationAttribute : Attribute
Expand Down

0 comments on commit 67cc25b

Please sign in to comment.