We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b3f06 commit 1a51317Copy full SHA for 1a51317
Library/Core/Validatable.swift
@@ -21,7 +21,7 @@ public struct ValidationError: Error, CustomStringConvertible {
21
22
public protocol Validatable {
23
/**
24
- Validates this entity and throws if it encounters a invalid situation, a validatable should also validate it sub-validatables if it has any.
+ Validates this entity and throws if it encounters an invalid situation, a validatable should also validate it sub-validatables if it has any.
25
26
- throws: If there the configuration error a ValidationError is thrown
27
*/
0 commit comments