Skip to content

Commit 7a0ea84

Browse files
fix: Bump package version (#122)
trigger semver bump for side-effect free package indication
1 parent d368c75 commit 7a0ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/maybe.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface IMaybePattern<TIn, TOut> {
1616
}
1717

1818
/**
19-
* Abstraction for handling possibility of undefined values
19+
* Abstraction for handling possibility of undefined or null values
2020
*/
2121
export interface IMaybe<T> extends IMonad<T> {
2222

0 commit comments

Comments
 (0)