Skip to content

Commit

Permalink
Added missing comma to introduction of wine cellar exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
snorfalorpagus authored and lpil committed May 19, 2024
1 parent 2281c47 commit ce95421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/wine-cellar/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub fn replace(
When calling a function with labelled arguments the arguments can be given in any order. Each of these calls to `replace` are equivalent:

```gleam
replace(in: "πŸ”πŸ”πŸ”" each: "πŸ”", with: "πŸ•")
replace(in: "πŸ”πŸ”πŸ”", each: "πŸ”", with: "πŸ•")
replace(each: "πŸ”", in: "πŸ”πŸ”πŸ”", with: "πŸ•")
Expand Down

0 comments on commit ce95421

Please sign in to comment.