Skip to content

Commit

Permalink
removed unlinkable NoSuchElementException from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Dec 27, 2024
1 parent f4dc75c commit 274edcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsley/shared/src/main/scala/parsley/Result.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ sealed abstract class Result[+Err, +A] {
* }}}
*
* @note the result must not be a failure.
* @throws java.util.NoSuchElementException if the result is a failure.
* @since 1.7.0
*/
def get: A
Expand Down

0 comments on commit 274edcb

Please sign in to comment.