Skip to content

Commit

Permalink
Fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Oct 16, 2022
1 parent 3b7f25b commit 289746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrays-and-slices.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Go can let you write [_variadic functions_](https://gobyexample.com/variadic-fun

```go
func SumAll(numbersToSum ...[]int) []int {
return
return nil
}
```

Expand Down

0 comments on commit 289746f

Please sign in to comment.