Fix a typo in the example that does not match regex (#2044)

This commit is contained in:
Julien Ehrhart 2024-01-16 20:57:47 +01:00 committed by GitHub
parent 5c40537bb2
commit 00663b7355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -229,7 +229,7 @@ logins:
random: random:
- "match(^\\w*$)" - "match(^\\w*$)"
link: url link: url
size: "int(5, 20)" size: "int(5,20)"
count: float count: float
not_need: "str?" not_need: "str?"
``` ```