Skip to content

Commit

Permalink
fixed broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jan 30, 2025
1 parent b206287 commit 982438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/ParseTree.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ anno loc Tree@\loc;
* Parse a string and return a parse tree, `origin` defines the original location of the input.
* Parse the contents of resource input and return a parse tree.
The parse either throws ParseError exceptions or returns parse trees of type `Tree`. See [[ParseTree]].
The parse either throws ParseError exceptions or returns parse trees of type ((Tree)).
The `allowAmbiguity` flag dictates the behavior of the parser in the case of ambiguity. When `allowAmbiguity=true`
the parser will construct ambiguity clusters (local sets of parse trees where the input string is ambiguous). If it is `false`
Expand Down

0 comments on commit 982438c

Please sign in to comment.