From ee3b997439b37dcf0d07c63ed73a5bcc530c3b55 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Fri, 21 Jun 2019 16:36:22 +0100 Subject: [PATCH] typo fix --- subjects/strlen.en.md | 2 +- subjects/strlen.fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/strlen.en.md b/subjects/strlen.en.md index 9e3e5dee..50cd5036 100644 --- a/subjects/strlen.en.md +++ b/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) } ``` diff --git a/subjects/strlen.fr.md b/subjects/strlen.fr.md index a880e7ae..749cca62 100644 --- a/subjects/strlen.fr.md +++ b/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) } ```