Skip to content
Snippets Groups Projects
Commit 6f7628fc authored by Peter Hertkorn's avatar Peter Hertkorn
Browse files

fix typo

parent 20d51c94
No related merge requests found
......@@ -3,7 +3,7 @@ package gebaeude;
public class Hoehle implements Gebaeude {
public void darstellen() {
System.out.println("Eine Hhle");
System.out.println("Eine Höhle");
}
}
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