Skip to content

Commit

Permalink
Fix a typo in swagger doc
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed Dec 24, 2023
1 parent 92d8159 commit 5334f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EUniversity/Controllers/University/ClassesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public async Task<IActionResult> GetClassByIdAsync([FromRoute] int id)
}

/// <summary>
/// Creates a new @class.
/// Creates a new class.
/// </summary>
/// <response code="201">Successfully created</response>
/// <response code="400">Malformed/invalid input</response>
Expand Down

0 comments on commit 5334f96

Please sign in to comment.