fixed typo in Dungeon.buildDungeon()'s documentation comment
This commit is contained in:
		@@ -29,7 +29,7 @@ public class Dungeon {
 | 
				
			|||||||
     * where the map matrix is a matrix of the following chars:
 | 
					     * where the map matrix is a matrix of the following chars:
 | 
				
			||||||
     * W: Wall
 | 
					     * W: Wall
 | 
				
			||||||
     * F: Field
 | 
					     * F: Field
 | 
				
			||||||
     * Z: Field with a ZMP
 | 
					     * Z: Field with a ZPM
 | 
				
			||||||
     * B: Field with a Box
 | 
					     * B: Field with a Box
 | 
				
			||||||
     * O: Field with ONeill
 | 
					     * O: Field with ONeill
 | 
				
			||||||
     * J: Field with Jaffa
 | 
					     * J: Field with Jaffa
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user