Skip to content

Commit

Permalink
Clarified hint text
Browse files Browse the repository at this point in the history
  • Loading branch information
JanB1 authored Feb 12, 2024
1 parent 8d0aa11 commit 75ee0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ after the `->`. This is where the function's return type should be -- take a
look at the `is_even` function for an example!
Also: Did you figure out that, technically, `u32` would be the more fitting type
for the prices here, since they can't be negative? If so, kudos!"""
for the inputs of the functions here, since the original prices shouldn't be negative? If so, kudos!"""

[[exercises]]
name = "functions5"
Expand Down

0 comments on commit 75ee0e4

Please sign in to comment.