Skip to content

Commit 96155ac

Browse files
Removed redundancy
To fulfill requested changes
1 parent 117cafa commit 96155ac

File tree

1 file changed

+1
-1
lines changed
  • Chirp/src/Chirp.Infrastructure/Model

1 file changed

+1
-1
lines changed

Chirp/src/Chirp.Infrastructure/Model/Cheep.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Chirp.Infrastructure.Model;
44
/// <summary>
5-
/// The Cheep class represents the functionality of a Cheep; a 160-character long message that can be posted on the Chirp! application by a given Author.
5+
/// The Cheep class represents a Cheep; a 160-character long message that can be posted on the Chirp! application by a given Author.
66
/// The Cheep can also be commented on and liked by an Author
77
/// </summary>
88
public class Cheep

0 commit comments

Comments
 (0)