We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a74a2 commit 69fa801Copy full SHA for 69fa801
1 file changed
src/section4/DragonFight.java
@@ -5,7 +5,7 @@
5
import javax.swing.ImageIcon;
6
7
public class DragonFight {
8
- // 1. Put all of the game code inside the main bethod (below)
+ // 1. Put all of the game code inside the main method (below)
9
public static void main(String[] args) {
10
11
ImageIcon dragon = new ImageIcon("src/section4/dragonPicture.jpg");
0 commit comments