We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f697c6 commit 4bad53cCopy full SHA for 4bad53c
src/main/java/duke/Event.java
@@ -23,6 +23,6 @@ public Event(String description, LocalDateTime at) {
23
24
@Override
25
public String toString() {
26
- return "[E]" + super.toString() + " (by: " + at.format(DateTimeFormatter.ofPattern("MMM d yyyy h:mma")) + ")";
+ return "[E]" + super.toString() + " (at: " + at.format(DateTimeFormatter.ofPattern("MMM d yyyy h:mma")) + ")";
27
}
28
0 commit comments