Skip to content

Commit f4c1286

Browse files
authored
Update README.md
1 parent fc2b4b9 commit f4c1286

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ An alias for toArray.
217217

218218
### isA/isAn
219219
Allows you to check if an enum is a given value. Returns a boolean.
220-
! `isAn` is just an alias for `isA`.
220+
> **Note**
221+
> `isAn` is just an alias for `isA`.
221222
222223
#### Usage
223224

@@ -228,7 +229,8 @@ VolumeUnitEnum::MILLIGRAMS->isA(VolumeUnitEnum::MILLIGRAMS); //true
228229

229230
### isNotA/isNotAn
230231
Allows you to check if an enum is not a given value. Returns a boolean.
231-
! `isNotAn` is just an alias for `isNotA`.
232+
> **Note**
233+
> `isNotAn` is just an alias for `isNotA`.
232234
233235
#### Usage
234236

0 commit comments

Comments
 (0)