Skip to content

Commit

Permalink
Minor: fix typo in class javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanaken committed Nov 27, 2023
1 parent f90d79f commit fc68dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/io/parsingdata/metal/token/Post.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import io.parsingdata.metal.expression.Expression;

/**
* A {@link Token} that specifies a postcondition for parsing a nested token.
* A {@link Token} that specifies a post condition for parsing a nested token.
* <p>
* A Post consists of a <code>predicate</code> (an {@link Expression}) and a
* <code>token</code> (a {@link Token}). First the token is parsed. If parsing
Expand Down

0 comments on commit fc68dd2

Please sign in to comment.