Skip to content

Commit

Permalink
Final typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JFincher42 committed Mar 26, 2019
1 parent 3be9ca3 commit dcb61a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oop-in-java-vs-python/Car.java
Expand Up @@ -51,7 +51,7 @@ public static int getWheels() {
}

/**
* setWheelsw sets the number wheels
* setWheels sets the number wheels
*/
public static void setWheels(int count) {
wheels = count;
Expand Down

0 comments on commit dcb61a0

Please sign in to comment.