Skip to content

Commit dcb61a0

Browse files
committed
Final typo
1 parent 3be9ca3 commit dcb61a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oop-in-java-vs-python/Car.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static int getWheels() {
5151
}
5252

5353
/**
54-
* setWheelsw sets the number wheels
54+
* setWheels sets the number wheels
5555
*/
5656
public static void setWheels(int count) {
5757
wheels = count;

0 commit comments

Comments
 (0)