1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Small documentation fix

This commit is contained in:
Mathieu Rochette 2021-10-21 15:08:42 +02:00 committed by GitHub
parent f0f0b4a8a8
commit 3f2733ed2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ Strings that don't pass this type check:
### lowercase-string, non-empty-string, non-empty-lowercase-string
An empty string, lowercased or both at once.
A non empty string, lowercased or both at once.
`empty` here is defined as all strings except the empty string `''`. Another type `non-falsy-string` is effectively a subtype of `non-empty-string`, and also precludes the string value `'0'`.