Skip to content

Commit 23644b1

Browse files
authored
[#209] Main#VERSION: Fix typo
2 parents 74ec38a + 4991eed commit 23644b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/seedu/addressbook/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class Main {
2424

2525
/** Version info of the program. */
26-
public static final String VERSION = "AddessBook Level 2 - Version 1.0";
26+
public static final String VERSION = "AddressBook Level 2 - Version 1.0";
2727

2828
private TextUi ui;
2929
private StorageFile storage;

test/expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
|| ===================================================
22
|| ===================================================
33
|| Welcome to your Address Book!
4-
|| AddessBook Level 2 - Version 1.0
4+
|| AddressBook Level 2 - Version 1.0
55
|| Launch command format: java seedu.addressbook.Main [STORAGE_FILE_PATH]
66
|| Using storage file : addressbook.xml
77
|| ===================================================

0 commit comments

Comments
 (0)