Skip to content

Commit e6eed1a

Browse files
committed
Minor simplification
1 parent 7b2843d commit e6eed1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Url.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ or a regular expression::
244244
// (e.g. 'https://', 'git+ssh://', 'file://', 'custom://')
245245
protocols: ['*']
246246

247-
// regular expressions compatible with PHP's preg_match() are also valid
247+
// regular expressions are also valid
248248
protocols: ['https?', 'custom.*', 'my-app-.*']
249249

250250
.. versionadded:: 7.4

0 commit comments

Comments
 (0)