﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
88	Help file (Round)	JamesB	Jpm	"In the help file under round, you have:
$x = Round(-1.582, 1)  ;returns -1.6
$y = Round(3.1415, 9)  ;no change
$z = round(123.5, -1)  ;returns 120

and not

$x = Round(-1.582, 1)  ;returns -1.6
$y = Round(3.1415, 9)  ;no change
$z = Round(123.5, -1)  ;returns 120

Just missed a capital :)"	Bug	closed	3.2.11.1	Documentation	3.2.10.0		Fixed	documentation, round, spelling, capital, help	
