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

Commit

Permalink
Merge pull request #30 from devsedo/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tomlokhorst authored Mar 5, 2019
2 parents 03b3f06 + 1a51317 commit 108e655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Core/Validatable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 108e655

Please sign in to comment.