diff --git a/README.md b/README.md index 63e1a6d..6c7bd29 100644 --- a/README.md +++ b/README.md @@ -815,7 +815,7 @@ import "github.com/duke-git/lancet/v2/enum" - **Items** : Returns a slice of all enum items in the registry. [[doc](https://github.com/duke-git/lancet/blob/main/docs/en/api/packages/enum.md#Items)] [[play](https://go.dev/play/p/lAJFAradbvQ)] -- **Contains** : Checks if an enum item with the given value exists in the registry.

+- **Contains** : Checks if an enum item with the given value exists in the registry. [[doc](https://github.com/duke-git/lancet/blob/main/docs/en/api/packages/enum.md#Contains)] [[play](https://go.dev/play/p/_T-lPYkZn2j)] - **Size** : Returns the number of enum items in the registry.