Merge pull request #1186 from xuwei-k/patch-1

fix typo
This commit is contained in:
Nathan Mittler 2015-11-04 06:54:00 -08:00
commit 872ecf4ee2
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class RouteGuideServer {
/**
* Gets the {@link Feature} at the requested {@link Point}. If no feature at that location
* exists, an unnammed feature is returned at the provided location.
* exists, an unnamed feature is returned at the provided location.
*
* @param request the requested location for the feature.
* @param responseObserver the observer that will receive the feature at the requested point.