Skip to content

Commit

Permalink
Soften language for assignment due-date calculation
Browse files Browse the repository at this point in the history
Not every Wednesday necessarily has an assignment due.
  • Loading branch information
lschuermann committed Sep 12, 2023
1 parent 9df743e commit 7220417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ func main() {
fmt.Println("Hello COS316!")

assignment_due := utils.AssignmentDueToday(time.Now())
fmt.Println("Is there an assignment due today?", assignment_due)
fmt.Println("Could there be an assignment due today?", assignment_due)
}

0 comments on commit 7220417

Please sign in to comment.