Skip to content

Commit

Permalink
Minor fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored May 26, 2021
1 parent 01a079f commit 9cf6a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ Returns array of pairs constant names and values.
Action::toValues();
```

#### <a name="toObjects"></a> List of objects `toObjects`
#### <a name="toObjects"></a> 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();
```

#### <a name="isValid"></a> Validate value `isValid`
#### <a name="isValid"></a> Validate value `isValid()`

Check if value is valid on the enum set.

0 comments on commit 9cf6a45

Please sign in to comment.