Skip to content
Snippets Groups Projects
Commit 04e37c4e authored by Goik Martin's avatar Goik Martin
Browse files

Typo

parent 35035c26
No related branches found
No related tags found
No related merge requests found
.idea
*.iml
/.classpath
/.project
/.settings
......
......@@ -10,7 +10,7 @@ public class Helper {
/**
* <p>Liefert die Deutschen Klartextnamen der Zahlen von 0 bis Zwölf, also:</p>
*
* <p>{0, 1, 2, ..., 12} wird zu {"null, "eins", "zwei", ..., "zwölf"}</p>
* <p>{0, 1, 2, ..., 12} wird zu {"null", "eins", "zwei", ..., "zwölf"}</p>
*
* <p>Für alle anderen Werte, wie z.B. »14«, soll "Uuups, keine Regel
* für den Wert 14" zurückgegeben werden.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment