From 9cf6a4561635ddc3489ef6f3b336b271be2b51e2 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Wed, 26 May 2021 23:00:11 +0300 Subject: [PATCH] Minor fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78f2131..ed290fd 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Returns array of pairs constant names and values. Action::toValues(); ``` -#### List of objects `toObjects` +#### List of objects `toObjects()` Returns array of pairs constant names and objects: @@ -120,7 +120,7 @@ Returns array of pairs constant names and objects: Action::toObjects(); ``` -#### Validate value `isValid` +#### Validate value `isValid()` Check if value is valid on the enum set.