Typo in example's method name
-----------------------------
Key: ARQ-91
URL:
https://jira.jboss.org/jira/browse/ARQ-91
Project: Arquillian
Issue Type: Bug
Components: Documentation, Examples
Affects Versions: 1.0.0.Alpha1
Reporter: Jozef Hartinger
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira