Merge pull request #88 from wonderfly/master

Update the comment of GetFeature to clarify its unintuitive behavior
This commit is contained in:
Tim Emiola 2015-02-25 16:19:11 -08:00
commit f8b3a2b99c
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ service RouteGuide {
// A simple RPC.
//
// Obtains the feature at a given position.
//
// A feature with an empty name is returned if there's no feature at the given
// position.
rpc GetFeature(Point) returns (Feature) {}
// A server-to-client streaming RPC.