From 665ac519c2f6b1f759ecc8956c5cd8a1db1dc276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sat, 14 May 2016 02:21:56 +0200 Subject: [PATCH] fixed typo in Dungeon.buildDungeon()'s documentation comment --- cicaprojekt/Dungeon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicaprojekt/Dungeon.java b/cicaprojekt/Dungeon.java index 741b4a0..da1d4af 100644 --- a/cicaprojekt/Dungeon.java +++ b/cicaprojekt/Dungeon.java @@ -29,7 +29,7 @@ public class Dungeon { * where the map matrix is a matrix of the following chars: * W: Wall * F: Field - * Z: Field with a ZMP + * Z: Field with a ZPM * B: Field with a Box * O: Field with ONeill * J: Field with Jaffa