From 93794d5a77cba72db2d304977008730461ac1eff Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 15 Feb 2005 01:02:17 +0000 Subject: [PATCH] Fixed some comment grammar. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3351 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/whirled/zone/server/ZoneProvider.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/whirled/zone/server/ZoneProvider.java b/src/java/com/threerings/whirled/zone/server/ZoneProvider.java index 07ab3f248..462bd6d3d 100644 --- a/src/java/com/threerings/whirled/zone/server/ZoneProvider.java +++ b/src/java/com/threerings/whirled/zone/server/ZoneProvider.java @@ -233,7 +233,7 @@ public class ZoneProvider * request to move to the specified new zone and scene. This is the * zone-equivalent to {@link LocationProvider#moveBody}. * - * @return null if the user was forcibly moved, a string indicating + * @return null if the user was forcibly moved, or a string indicating * the reason for denial of departure of their current zone (from * {@link ZoneManager#ratifyBodyExit}). */ @@ -261,7 +261,7 @@ public class ZoneProvider * is the zone equivalent to {@link * LocationProvider#leaveOccupiedPlace}. * - * @return null if the user was forcibly moved, a string indicating + * @return null if the user was forcibly moved, or a string indicating * the reason for denial of departure of their current zone (from * {@link ZoneManager#ratifyBodyExit}). */