Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 26, 2021
1 parent d0226d3 commit 5b1787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/polystat/far/Expr.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public Expr(final Map<String, String> map, final String bexpr) {

/**
* Is it possible?
* @return TRUE if yes
* @return Non-empty if YES, empty string if NO
*/
public String find() {
final String[] ands = this.exp.split(" and ", 2);
Expand Down

0 comments on commit 5b1787e

Please sign in to comment.