seanjensengrey / kiama

Automatically exported from code.google.com/p/kiama
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Typo in comment for ParenPrettyPrinter.scala #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In library/src/org/kiama/output/ParenPrettyPrinter.scala at lines 155-158:

the following comment

    /**
     * Return true if the inner expression should be parenthesised when appearing
     * on the given side with the outer expression.
     */
    def noparens (inner : PrettyOperatorExpression, outer : PrettyOperatorExpression,

should read "Return false if the inner expression...".

Thanks!

Denis

Original issue reported on code.google.com by rosset.d...@gmail.com on 27 Jun 2014 at 5:02

GoogleCodeExporter commented 9 years ago
Thanks for the report (fixed in ra0afc3ce8df2).

Original comment by inkytonik on 29 Jun 2014 at 12:12