Skip to content

Commit

Permalink
[#209] Main#VERSION: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyuan-Amos authored Sep 11, 2017
2 parents 74ec38a + 4991eed commit 23644b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/seedu/addressbook/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class Main {

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

private TextUi ui;
private StorageFile storage;
Expand Down
2 changes: 1 addition & 1 deletion test/expected.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
|| ===================================================
|| ===================================================
|| Welcome to your Address Book!
|| AddessBook Level 2 - Version 1.0
|| AddressBook Level 2 - Version 1.0
|| Launch command format: java seedu.addressbook.Main [STORAGE_FILE_PATH]
|| Using storage file : addressbook.xml
|| ===================================================
Expand Down

0 comments on commit 23644b1

Please sign in to comment.