diff --git a/subjects/dress_code/README.md b/subjects/dress_code/README.md index 4559dc311..08b3214c2 100644 --- a/subjects/dress_code/README.md +++ b/subjects/dress_code/README.md @@ -35,7 +35,7 @@ Remember that all the `enum` and `struct` used must be `pub`. ### Expected functions ```rust -pub fn choose_outfit(formality_level: Option, invitation_message: Result<&str>) -> Outfit {} +pub fn choose_outfit(formality_level: Option, invitation_message: Result<&str, &str>) -> Outfit {} ``` ### Usage