Skip to content

Commit 0e7c6e1

Browse files
authored
fix doc
1 parent 3376825 commit 0e7c6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/scala/io/github/hamsters/EmptyOptionValues.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object EmptyOptionValues {
66

77
/**
88
*
9-
* @return an empty element of A as defined by DefaultValue companion object
9+
* @return an empty element of A
1010
*/
1111
def orEmpty: A = optValue.getOrElse(monoid.empty)
1212
}

0 commit comments

Comments
 (0)