Skip to content

Commit 274edcb

Browse files
committed
removed unlinkable NoSuchElementException from docs
1 parent f4dc75c commit 274edcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parsley/shared/src/main/scala/parsley/Result.scala

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ sealed abstract class Result[+Err, +A] {
5656
* }}}
5757
*
5858
* @note the result must not be a failure.
59-
* @throws java.util.NoSuchElementException if the result is a failure.
6059
* @since 1.7.0
6160
*/
6261
def get: A

0 commit comments

Comments
 (0)