Another typo fix

This commit is contained in:
luz.paz
2018-10-24 16:36:02 -04:00
committed by Yorik van Havre
parent 3342f88358
commit 5f34122514

View File

@@ -145,7 +145,7 @@ public:
return testStatus(App::Property::ReadOnly);
}
/// Sets precision of properties using floating point
/// numners to single, the default is double.
/// numbers to single, the default is double.
void setSinglePrecision(bool single) {
setStatus(App::Property::Single, single);
}