Browse Source

Update basicjoin.en.md

basicJoin -> BasicJoin
content-update
Adil Shibikhanov 5 years ago committed by Christopher Fremond
parent
commit
7e9035a506
  1. 2
      subjects/basicjoin.en.md

2
subjects/basicjoin.en.md

@ -7,7 +7,7 @@ Write a function that returns the concatenation of all the `string` of a table o
### Expected function
```go
func basicJoin(strs []string) string {
func BasicJoin(strs []string) string {
}
```

Loading…
Cancel
Save