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

Fix typo #30

Merged
merged 1 commit into from
Mar 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Typo
Fixing typo.
  • Loading branch information
Eduard Sergeev authored Mar 5, 2019
commit 1a51317652f3b6e116de41ff06f74a2745f05b7b
2 changes: 1 addition & 1 deletion Library/Core/Validatable.swift
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ public struct ValidationError: Error, CustomStringConvertible {

public protocol Validatable {
/**
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.

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