Skip to content

Commit 95f7747

Browse files
authored
Merge pull request rage#200 from BenAttenborough/11.4-typos
Type "String" should be capitalised
2 parents 0e43deb + 10d6710 commit 95f7747

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)