Fix a category of endswith in README

pull/667/head
Takeshi Kaneko 4 years ago
parent ea924ce89a
commit f2ce6a4f92
  1. 2
      README.md

@ -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 |

Loading…
Cancel
Save