Skip to content

Commit 1b8b9fc

Browse files
author
Julien Letrouit
committed
Fixed an english exercise having a bit of french in it
1 parent 2c5f7e2 commit 1b8b9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/koans/english/AboutConsoleAndVariables.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public static void createAndDisplayAStringVariable() {
135135
*
136136
* String someText = readLine();
137137
* ^
138-
* cet appel de méthode va être remplacé par son résultat
138+
* this method call will be replaced by its result
139139
*
140140
* Will become the equivalent to:
141141
*

0 commit comments

Comments
 (0)