Fixed a typo

This commit is contained in:
Ollie Abbey
2020-09-01 09:03:28 +01:00
parent 85754378f7
commit b3e0c54a80

View File

@ -148,7 +148,7 @@ package com.example;
public class ExampleClass {
private final String one = "one", two = "two;
private final String one = "one", two = "two";
}
]]></code>
</test-code>