We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d025ea0 commit 4e0508aCopy full SHA for 4e0508a
key.core/src/main/java/de/uka/ilkd/key/nparser/ParsingFacade.java
@@ -46,8 +46,8 @@ private ParsingFacade() {
46
}
47
48
/**
49
- * Use this function to retrieve the {@link ParserRuleContext} inside and {@link KeyAst} object.
50
- * <b>The use of this method is discourage and should be avoided in all high level
+ * Use this function to retrieve the {@link ParserRuleContext} inside an {@link KeyAst} object.
+ * <b>The use of this method is discouraged and should be avoided in all high level
51
* scenarios.</b>
52
*
53
* @param ast a key ast object
0 commit comments