Skip to content

Commit 4e0508a

Browse files
mattulbrichwadoon
authored andcommitted
removed typos in javadoc
1 parent d025ea0 commit 4e0508a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

key.core/src/main/java/de/uka/ilkd/key/nparser/ParsingFacade.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ private ParsingFacade() {
4646
}
4747

4848
/**
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
49+
* Use this function to retrieve the {@link ParserRuleContext} inside an {@link KeyAst} object.
50+
* <b>The use of this method is discouraged and should be avoided in all high level
5151
* scenarios.</b>
5252
*
5353
* @param ast a key ast object

0 commit comments

Comments
 (0)