Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 201f97a

Browse files
committed
chore: added missing semi-colon in docs
1 parent 9f4ec8f commit 201f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03x-rules-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For example, if `['alpha', 'numeric']` is provided, it will validate if the valu
99
Type(
1010
string|array $constraint,
1111
string $message = 'The "{{ name }}" value should be of type "{{ constraint }}", "{{ value }}" given.'
12-
)
12+
);
1313
```
1414

1515
## Basic Usage

0 commit comments

Comments
 (0)