Browse Source

typo

content-update
Saken 4 years ago committed by Christopher Fremond
parent
commit
b8b3f96c6c
  1. 2
      subjects/sweetproblem.en.md

2
subjects/sweetproblem.en.md

@ -23,7 +23,7 @@ Madina loves sweets, but she only has 3 types of sweets: red, green, blue. Her d
### Expected function
```go
func Sweet_problem(red, green, blue int) int {
func Sweetproblem(red, green, blue int) int {
}
```

Loading…
Cancel
Save