Skip to content

Commit 10d6710

Browse files
Type "String" should be capitalised
1 parent dd2fe34 commit 10d6710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-11/4-processing-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For the dictionary, implement a constructor which takes no parameters, and the f
130130

131131
- `public void add(String words, String translation)` adds a word to the dictionary. Every word has just one translation, and if the same word is added for the second time, nothing happens.
132132

133-
- `public string translate(String word)` returns the translation for the given word. If the word is not in the dictionary, returns null.
133+
- `public String translate(String word)` returns the translation for the given word. If the word is not in the dictionary, returns null.
134134

135135

136136
<!-- Sanakirjan tulee tässä vaiheessa toimia seuraavasti: -->

0 commit comments

Comments
 (0)