Skip to content

Commit f7138c3

Browse files
authored
Fix typo in docstring (#760)
1 parent 01ede3c commit f7138c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/source/Maybe.mint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module Maybe {
5454
/*
5555
Returns whether the maybe is nothing.
5656
57-
Maybe.isNothing(Maybe.Nothing("A")) == false
57+
Maybe.isNothing(Maybe.Nothing) == true
5858
Maybe.isNothing(Maybe.Just("A")) == false
5959
*/
6060
fun isNothing (maybe : Maybe(value)) : Bool {

0 commit comments

Comments
 (0)