Skip to content

Commit 9cf6a45

Browse files
authored
Minor fix readme
1 parent 01a079f commit 9cf6a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Returns array of pairs constant names and values.
111111
Action::toValues();
112112
```
113113

114-
#### <a name="toObjects"></a> List of objects `toObjects`
114+
#### <a name="toObjects"></a> List of objects `toObjects()`
115115

116116
Returns array of pairs constant names and objects:
117117

@@ -120,7 +120,7 @@ Returns array of pairs constant names and objects:
120120
Action::toObjects();
121121
```
122122

123-
#### <a name="isValid"></a> Validate value `isValid`
123+
#### <a name="isValid"></a> Validate value `isValid()`
124124

125125
Check if value is valid on the enum set.
126126

0 commit comments

Comments
 (0)