Typo in NumberPrintPolicy class comment

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Typo in NumberPrintPolicy class comment

Roger Whitney-2
The class comment in NumberPrintPolicy has:

        An example format for Currency would be: '$#,.##;[RED]($#.##);0.0'. An example expression is:

                NumberPrintPolicy print: -123.45s using: '$#,###.##;[RED]($#,###.##);0.0'

It should be:

        An example format for Currency would be: '$#,###.##;[RED]($#,###.##);$0.0'. An example expression is:

                NumberPrintPolicy print: -123.45s using: '$#,###.##;[RED]($#,###.##);$0.0'

I know it is rather picky, but others may be like me and just read the first line :(.

----
Roger Whitney              Department of Computer Science
[hidden email]        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720




_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc