Skip to content

Commit

Permalink
working on #1795, one of the issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed May 17, 2023
1 parent 809c3cd commit b1ae125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/Exception.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Exception
This data type declares all exceptions that are thrown by the
Rascal run-time environment which can be caught by a Rascal program.
Since declarations for ((AlgebraicDataType))s are extensible, the user can add new exceptions when needed.
Since declarations for ((Rascal:AlgebraicDataType))s are extensible, the user can add new exceptions when needed.
However, this is not necessary. The [throw]((Rascal:Statements-Throw)) can throw
any ((Rascal:Values)).
Expand Down

0 comments on commit b1ae125

Please sign in to comment.