Skip to content

Commit

Permalink
Merge pull request rage#176 from Rgada28/patch-3
Browse files Browse the repository at this point in the history
Fix typo in Part7-1
  • Loading branch information
S4ndyk authored Jun 25, 2020
2 parents d6a6af6 + 8d825e4 commit bb43769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/part-7/1-programming-paradigms.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public class Clock() {
public Clock() {
this.hours = new Hand(24);
this.minutes = new Hand(60);
this.hours = new Hand(60);
this.seconds = new Hand(60);
}

public void advance() {
Expand Down

0 comments on commit bb43769

Please sign in to comment.