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

Commit 1a51317

Browse files
author
Eduard Sergeev
authored
Typo
Fixing typo.
1 parent 03b3f06 commit 1a51317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)