Skip to content
Prev Previous commit
Next Next commit
Update Javadoc
  • Loading branch information
rcosta358 committed Mar 31, 2026
commit 2d2fc97a0ff9397314824a9ab5f0cef32bbb8775
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
import liquidjava.utils.Utils;

/**
* Pretty printer for expressions that preserves only the parentheses required by precedence and associativty
* Pretty printer for expressions that preserves only the parentheses required by precedence and associativity rules
* Also formats variable names using {@link VariableFormatter}
*/
public class ExpressionPrinter implements ExpressionVisitor<String> {

Expand Down
Loading