Browse Source

typo fix

pull/193/head
Christopher Fremond 5 years ago committed by Christopher Fremond
parent
commit
ee3b997439
  1. 2
      subjects/strlen.en.md
  2. 2
      subjects/strlen.fr.md

2
subjects/strlen.en.md

@ -26,7 +26,7 @@ import (
func main() {
str := "Hello World!"
nb := Piscine.StrLen(str)
nb := piscine.StrLen(str)
fmt.Println(nb)
}
```

2
subjects/strlen.fr.md

@ -26,7 +26,7 @@ import (
func main() {
str := "Hello World!"
nb := Piscine.StrLen(str)
nb := piscine.StrLen(str)
fmt.Println(nb)
}
```

Loading…
Cancel
Save