Skip to content

Commit f6250cf

Browse files
author
Chris Martinez
committed
Fix malformed comment
1 parent 2be2237 commit f6250cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/aspnetcore/SwaggerODataSample/V3/AcmeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[ApiVersion( "3.0" )]
1515
public class AcmeController : ODataController
1616
{
17-
// <summary>
17+
/// <summary>
1818
/// Retrieves the ACME supplier.
1919
/// </summary>
2020
/// <returns>All available suppliers.</returns>

0 commit comments

Comments
 (0)