diff --git a/docs/annotating_code/type_syntax/scalar_types.md b/docs/annotating_code/type_syntax/scalar_types.md index ff99acc7e2a..c326001db8c 100644 --- a/docs/annotating_code/type_syntax/scalar_types.md +++ b/docs/annotating_code/type_syntax/scalar_types.md @@ -73,9 +73,3 @@ Strings that don't pass this type check: 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'`. - -### html-escaped-string (deprecated) - -A string which can safely be used in a html context. - -_This type will be removed in Psalm 5.x._