Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1081a3e

Browse files
authoredMay 17, 2020
Update README.md
1 parent c39ed7b commit 1081a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ composer require selective/validation
2424
> A Notification collects together errors
2525
2626
In order to use a notification, you have to create the `ValidationResult` object.
27-
A `ValidationResult` can be really simple, sometimes just a list of strings will do the trick.
27+
A `ValidationResult` can be really simple:
2828

2929
```php
3030
<?php

0 commit comments

Comments
 (0)
Please sign in to comment.