Skip to content

Commit 982438c

Browse files
committed
fixed broken doc link
1 parent b206287 commit 982438c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/rascalmpl/library/ParseTree.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ anno loc Tree@\loc;
339339
* Parse a string and return a parse tree, `origin` defines the original location of the input.
340340
* Parse the contents of resource input and return a parse tree.
341341
342-
The parse either throws ParseError exceptions or returns parse trees of type `Tree`. See [[ParseTree]].
342+
The parse either throws ParseError exceptions or returns parse trees of type ((Tree)).
343343
344344
The `allowAmbiguity` flag dictates the behavior of the parser in the case of ambiguity. When `allowAmbiguity=true`
345345
the parser will construct ambiguity clusters (local sets of parse trees where the input string is ambiguous). If it is `false`

0 commit comments

Comments
 (0)