Skip to content

Commit 6021458

Browse files
committed
Fix typo in exception documentation for message length validation
1 parent edf5d70 commit 6021458

File tree

1 file changed

+1
-1
lines changed
  • src/Application/src/RazorPagesTestSample/Data

1 file changed

+1
-1
lines changed

src/Application/src/RazorPagesTestSample/Data/Message.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class Message
1717
/// The text must be a valid string and is required. If the text exceeds 250 characters, an error message will be displayed.
1818
/// </remarks>
1919
/// <exception cref="ValidationException">
20-
/// Thrown when the text exceeds 250 characters or is not provided.
20+
/// Thrown when the text exceeds 250 characters or is not provided.
2121
/// </exception>
2222
/// /// /// /// /// /// /// /// /// /// /// /// [Required]
2323
[DataType(DataType.Text)]

0 commit comments

Comments
 (0)