-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Alpha1
-
None
-
Documentation (Ref Guide, User Guide, etc.)
public double convertToFarenheight(double c) {
should be
public double convertToFahrenheit(double c) {
same for a test method public void testConvertToFarenheight() {
Note that this typo needs to be fixed in a several places as well as in the docs.