Skip to content

Commit

Permalink
Fix typo in Overload.toString (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Mar 21, 2022
1 parent a879b62 commit 9e5c236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public String toString() {
sb.append(", unary");
}
if (binary != null) {
sb.append(", unary");
sb.append(", binary");
}
if (binary != null) {
sb.append(", function");
Expand Down

0 comments on commit 9e5c236

Please sign in to comment.