Browse Source

docs(concatslice):add space in args

pull/1513/head
miguel 12 months ago committed by MSilva95
parent
commit
eb105e3e3a
  1. 2
      subjects/concatslice/README.md

2
subjects/concatslice/README.md

@ -7,7 +7,7 @@ Write a function `ConcatSlice()` that takes two slices of integers as arguments
### Expected function
```go
func ConcatSlice(slice1,slice2 []int) []int {
func ConcatSlice(slice1, slice2 []int) []int {
}
```

Loading…
Cancel
Save