We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a079f commit 9cf6a45Copy full SHA for 9cf6a45
README.md
@@ -111,7 +111,7 @@ Returns array of pairs constant names and values.
111
Action::toValues();
112
```
113
114
-#### <a name="toObjects"></a> List of objects `toObjects`
+#### <a name="toObjects"></a> List of objects `toObjects()`
115
116
Returns array of pairs constant names and objects:
117
@@ -120,7 +120,7 @@ Returns array of pairs constant names and objects:
120
Action::toObjects();
121
122
123
-#### <a name="isValid"></a> Validate value `isValid`
+#### <a name="isValid"></a> Validate value `isValid()`
124
125
Check if value is valid on the enum set.
126
0 commit comments