From ab9708d16c86656bfcf684378332f018bd3f5512 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Thu, 3 Oct 2019 07:56:18 +0100 Subject: [PATCH] typo --- subjects/splitprog.en.md | 2 +- subjects/splitprog.fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/splitprog.en.md b/subjects/splitprog.en.md index fa97d6d71..ef563b644 100644 --- a/subjects/splitprog.en.md +++ b/subjects/splitprog.en.md @@ -9,7 +9,7 @@ The program receives two parameters: - The first is the `string` - The second is the separator -### Expected output : +### Usage : ```console student@ubuntu:~/piscine-go/splitprog$ go build diff --git a/subjects/splitprog.fr.md b/subjects/splitprog.fr.md index b6e20946c..3ac1d5628 100644 --- a/subjects/splitprog.fr.md +++ b/subjects/splitprog.fr.md @@ -9,7 +9,7 @@ Le programme reçoit deux paramètres: - Le premier est la `string` - Le deuxième est le séparateur -### Expected output : +### Utilisation : ```console student@ubuntu:~/piscine-go/splitprog$ go build