Browse Source

fixed readme issorted too

content-update
lee 5 years ago committed by Christopher Fremond
parent
commit
19881f6711
  1. 2
      subjects/issorted.en.md
  2. 2
      subjects/issorted.fr.md

2
subjects/issorted.en.md

@ -12,7 +12,7 @@ To do your testing you have to write your own `f` function.
### Expected function
```go
func IsSorted(f func(a, b int) int, tab []int) int {
func IsSorted(f func(a, b int) int, tab []int) bool {
}
```

2
subjects/issorted.fr.md

@ -11,7 +11,7 @@ Pour faire vos tests, vous devez coder votre propre fonction `f`.
### Fonction attendue
```go
func IsSorted(f func(a, b int) int, tab []int) int {
func IsSorted(f func(a, b int) int, tab []int) bool {
}
```

Loading…
Cancel
Save