Skip to content

Commit 33fe154

Browse files
committed
Fix comments in TestMelodyConversion.java
1 parent 1b0c9d3 commit 33fe154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dl4j-examples/src/main/java/org/deeplearning4j/examples/wip/advanced/modelling/melodl4j/TestMelodyConversion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
/**
88
* Sanity checks on the Midi-to-String and the String-to-Midi conversions.
99
*
10-
* The method testConversion converts a midi file to a melody strings then converts
11-
* that string back into MIDI and plays the result on your computer speakers.
10+
* The method testConversion converts a midi file to melody strings then converts
11+
* those strings back into MIDI and plays the results on your computer speakers.
1212
*/
1313
public class TestMelodyConversion {
1414
private static List<String> convertFileToStrings(File file) throws IOException {

0 commit comments

Comments
 (0)