From c5345e696ba214c73b37a271bfd43d736c7a4485 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 23 Feb 2014 19:51:06 +0100 Subject: Fix typo and unknown character in comments --- src/esieequest/Room.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/esieequest/Room.java b/src/esieequest/Room.java index 32adc90..9bfb40b 100644 --- a/src/esieequest/Room.java +++ b/src/esieequest/Room.java @@ -7,7 +7,7 @@ import java.util.Set; * A room. * * A "Room" represents one location in the scenery of the game. It is connected - * to other rooms via exits. The exits are labelled north, east, south, west. + * to other rooms via exits. The exits are labeled north, east, south, west. * For each direction, the room stores a reference to the neighboring room, or * null if there is no exit in that direction. * @@ -70,7 +70,7 @@ public class Room { } /** - * Return a description of the room’s exits, for example + * Return a description of the room's exits, for example * "Exits: north west". * * @return A description of the available exits. -- cgit v1.2.3