Fix a category of endswith in README

This commit is contained in:
Takeshi Kaneko 2020-09-17 21:04:54 +09:00
parent ea924ce89a
commit f2ce6a4f92

View file

@ -129,6 +129,7 @@ Baked-in Validations
| contains | Contains |
| containsany | Contains Any |
| containsrune | Contains Rune |
| endswith | Ends With |
| lowercase | Lowercase |
| multibyte | Multi-Byte Characters |
| number | NOT DOCUMENTED IN doc.go |
@ -186,7 +187,6 @@ Baked-in Validations
| - | - |
| dir | Directory |
| e164 | NOT DOCUMENTED IN doc.go |
| endswith | Ends With |
| excludes | Excludes |
| excludesall | Excludes All |
| excludesrune | Excludes Rune |