Skip to content

Commit 4d41b94

Browse files
committed
docs: clarifies setColour method signature
1 parent ff12a98 commit 4d41b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Inside the `com.cbfacademy.cars` package under the `cars` module, create a class
2525
- `public String getModel()` - returns the car model
2626
- `public int getYear()` - returns the year the car was made
2727
- `public String getColour()` - returns the colour of the car
28-
- `public void setColour()` - sets the colour of the car
28+
- `public void setColour(String colour)` - sets the colour of the car
2929
- `public String getDetails()` - returns the car details, including the make, model, colour and year
3030

3131
#### :white_check_mark: Verify Your Implementation

0 commit comments

Comments
 (0)