Skip to content

Commit 02c1621

Browse files
committed
docs: remove incorrect punctuation
1 parent 38ce4d4 commit 02c1621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Type guard functions for runtime type checking and type narrowing
179179
- `isObject` - Checks if a value is an object (not null)
180180
- `isUndefined` - Checks if a value is undefined
181181
- `isNull` - Checks if a value is null
182-
- `isNullish` - Checks if a value is null or undefined:
182+
- `isNullish` - Checks if a value is null or undefined
183183
- `isDefined` - Checks if a value is defined (not null or undefined)
184184
- `isInstanceOfClass` - Checks if a value is an instance of a class
185185
- `isOneOf` - Checks if a value is one of the allowed values

0 commit comments

Comments
 (0)