Skip to content

Commit 69fa801

Browse files
authored
Update DragonFight.java
fixed typo
1 parent b6a74a2 commit 69fa801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/section4/DragonFight.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import javax.swing.ImageIcon;
66

77
public class DragonFight {
8-
// 1. Put all of the game code inside the main bethod (below)
8+
// 1. Put all of the game code inside the main method (below)
99
public static void main(String[] args) {
1010

1111
ImageIcon dragon = new ImageIcon("src/section4/dragonPicture.jpg");

0 commit comments

Comments
 (0)