Skip to content

Commit b6f887e

Browse files
committed
docs: add missing '
1 parent ab63c8d commit b6f887e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ When using a wildcard, the error will point to a specific field, replacing the a
458458
]
459459

460460
// rule
461-
contacts.*.name => 'required'
461+
'contacts.*.name' => 'required'
462462

463463
// error will be
464464
'contacts.friends.1.name' => 'The contacts.*.name field is required.'

0 commit comments

Comments
 (0)