Skip to content

Commit 954b3ec

Browse files
committed
docs: Removed unneeded todo
1 parent 2a10dbe commit 954b3ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TypeGuard.Core/Rules/CharRules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public abstract class CharValidationRule(
1919

2020
/// <inheritdoc/>
2121
public string ErrorMessage { get; } = customMessage ?? defaultMessage;
22-
} // TODO: EXPAND THIS TO OTHER FILES
22+
}
2323

2424
/// <summary>
2525
/// A validation rule that ensures a character is a letter.

0 commit comments

Comments
 (0)