Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 108e655

Browse files
authored
Merge pull request #30 from devsedo/patch-1
Fix typo
2 parents 03b3f06 + 1a51317 commit 108e655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Core/Validatable.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public struct ValidationError: Error, CustomStringConvertible {
2121

2222
public protocol Validatable {
2323
/**
24-
Validates this entity and throws if it encounters a invalid situation, a validatable should also validate it sub-validatables if it has any.
24+
Validates this entity and throws if it encounters an invalid situation, a validatable should also validate it sub-validatables if it has any.
2525

2626
- throws: If there the configuration error a ValidationError is thrown
2727
*/

0 commit comments

Comments
 (0)