From 57d8feefbc03e1d398e85f75aa4a0fd390644d7a Mon Sep 17 00:00:00 2001 From: Lukas Geiter Date: Wed, 13 May 2015 00:05:40 +0200 Subject: [PATCH] Fix string validation rule syntax example --- validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation.md b/validation.md index 8c5d434abdd..9811713ff9e 100644 --- a/validation.md +++ b/validation.md @@ -566,7 +566,7 @@ The given _field_ must match the field under validation. The field under validation must have a size matching the given _value_. For string data, _value_ corresponds to the number of characters. For numeric data, _value_ corresponds to a given integer value. For files, _size_ corresponds to the file size in kilobytes. -#### string:_value_ +#### string The field under validation must be a string type.