File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ func Bass() Instrument {
37
37
return Instrument {4 }
38
38
}
39
39
40
- // Bell is an instrument type for the note block.
41
- func Bell () Instrument {
40
+ // Flute is an instrument type for the note block.
41
+ func Flute () Instrument {
42
42
return Instrument {5 }
43
43
}
44
44
45
- // Flute is an instrument type for the note block.
46
- func Flute () Instrument {
45
+ // Bell is an instrument type for the note block.
46
+ func Bell () Instrument {
47
47
return Instrument {6 }
48
48
}
49
49
50
- // Chimes is an instrument type for the note block.
51
- func Chimes () Instrument {
50
+ // Guitar is an instrument type for the note block.
51
+ func Guitar () Instrument {
52
52
return Instrument {7 }
53
53
}
54
54
55
- // Guitar is an instrument type for the note block.
56
- func Guitar () Instrument {
55
+ // Chimes is an instrument type for the note block.
56
+ func Chimes () Instrument {
57
57
return Instrument {8 }
58
58
}
59
59
You can’t perform that action at this time.
0 commit comments